Reeve
DevelopersAPI Reference

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).

NameTypeRequiredDescription
brand_idno
host_appstringno
messagestringyes
thread_idno

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".

NameTypeRequiredDescription
decisionstringyes
gate_idstringyes
thread_idstringyes

On this page