Skip to main content

MCP Tools

Senda exposes 5 tools via MCP.

senda_chat

Send a message to a Senda AI agent and receive a response.

ParameterTypeRequiredDescription
messagestringThe message to send
spacestringSpace code or ID
chat_idstringExisting chat ID

Example call in Claude:

"Use senda_chat to ask the support agent about return policies"

senda_search_knowledge

Search the RAG knowledge base using semantic search.

ParameterTypeRequiredDescription
querystringSearch query
agent_idstringLimit to a specific agent

senda_execute_action

Execute an action from the catalog.

ParameterTypeRequiredDescription
action_idstringAction ID
paramsobjectAction parameters

senda_list_agents

List all available agents.

ParameterTypeRequiredDescription
spacestringFilter by space

senda_ingest_document

Upload content to an agent's knowledge base.

ParameterTypeRequiredDescription
agent_idstringTarget agent
filenamestringDocument name
contentstringText content