Skip to content

Platform API fallback CLI for unsupported tasks stream-first #28

@anand-testcompare

Description

@anand-testcompare

Why This Exists

palantir-mcp does not cover every operation needed for real delivery. Compute-module workflows (especially stream-related setup/validation tasks) need a reliable fallback path.

Desired Outcome

A token-efficient CLI for high-value unsupported tasks so agents can finish workflows without fragile UI click-ops.

Scope

In scope:

  • Platform API fallback CLI using existing env auth (FOUNDRY_URL, FOUNDRY_TOKEN).
  • Stream-first task surface for compute-module workflows.
  • Concise agent-friendly output (--json plus terse human mode).
  • Clear, actionable errors.

Out of scope:

  • Replacing palantir-mcp for common operations.
  • Full Foundry API parity in v1.
  • Browser/HAR automation.

Success Criteria

  • Auth works with existing env vars and no secret persistence.
  • Stream-first fallback tasks are executable and documented.
  • Output is stable, concise, and parseable by agents.
  • Error messages include one clear next step.

High-Level Plan

  1. Lock v1 command surface around stream-first compute tasks.
  2. Implement API client bootstrap + command routing.
  3. Add concise output modes and error normalization.
  4. Add integration docs for agent workflows.

Dependencies

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions