Skip to main content
Glama
164,020 tools. Last updated 2026-05-30 22:02

"Spaceship" matching MCP tools:

  • Start an asynchronous orchestration run and return an execution ID for monitoring progress via polling or blocking completion.
    MIT
  • Start an agent run asynchronously, providing a prompt and optional thread ID, and get an execution ID to monitor progress and fetch logs.
    MIT
  • Check the current status of an agent run by providing the agent ID and execution ID, returning states like queued, running, completed, error, cancelled, or paused.
    MIT
  • Modify an agent's name, description, system prompt, or tool list. Provide new values for any field to update the agent's configuration.
    MIT
  • Permanently delete an AI agent and erase all its logs, memories, and threads. Use with caution as this action is irreversible.
    MIT

Matching MCP Servers

  • Retrieve the chronological event log for a completed agent run, showing every action taken and result returned.
    MIT
  • Synchronously test an AI agent with a prompt: polls every 2 seconds until completion or 90-second timeout. Returns status and execution ID.
    MIT
  • Retrieve complete details of an AI agent, including its configured tools and system prompt, by providing the agent's UUID.
    MIT
  • Retrieve all built-in and custom tools available for agents. Use the returned UUIDs to attach tools when creating or updating agents.
    MIT
  • Retrieve a list of all agents in your organization. Optionally filter by project to view each agent's tools and configuration.
    MIT
  • Retrieve recent runs for an AI agent to review run history and check success status before starting a new run. Provides status and duration for each run.
    MIT
  • Create a new AI agent for the Spaceship platform. Provide a name and project ID, then optionally give a description for auto-generated prompt or a direct system prompt.
    MIT
  • Quickly test an AI orchestration by starting a run, polling for completion with progress notifications, and returning the final status and execution ID.
    MIT
  • List all orchestrations in your organization. Optionally filter by project ID to scope results to a single project, with each orchestration showing its members and attached tools.
    MIT
  • Retrieve all projects in the authenticated organization, including each project's id, name, and slug.
    MIT