MCP Tools
Agent tools exposed over the Reeve MCP server (tools/list).
Reeve exposes these tools to AI agents over the Model Context Protocol at /mcp/claude. Generated from the live tools/list.
chat
Send a message to the user's Reeve agent and get the reply.
Args: message: The user's message, verbatim where possible. thread_id: Conversation id returned by a previous chat call. Omit to start a new conversation. host_app: Which Reeve product surface to talk to. Default "studio". brand_id: Optional brand to scope the conversation to (see get_context).
| Name | Type | Required | Description |
|---|---|---|---|
brand_id | no | ||
host_app | string | no | |
message | string | yes | |
thread_id | no |
get_context
Describe the authenticated Reeve workspace: orgs, user, host_apps, brands.
Brands span ALL the caller's org memberships (DEV-2064) — each brand
carries the org_id that tracks it plus the relationship
(self = the org's own brand, competitor = a tracked competitor).
Pass a brand's id to chat to scope a conversation to it.
No parameters.
resolve_gate
Approve or cancel a pending gated action from a previous chat reply.
Only call after the user explicitly confirmed. decision: "approve"|"cancel".
| Name | Type | Required | Description |
|---|---|---|---|
decision | string | yes | |
gate_id | string | yes | |
thread_id | string | yes |