MCP Tools
Senda exposes 5 tools via MCP.
senda_chat
Send a message to a Senda AI agent and receive a response.
| Parameter | Type | Required | Description |
|---|---|---|---|
message | string | ✅ | The message to send |
space | string | ❌ | Space code or ID |
chat_id | string | ❌ | Existing 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.
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | ✅ | Search query |
agent_id | string | ❌ | Limit to a specific agent |
senda_execute_action
Execute an action from the catalog.
| Parameter | Type | Required | Description |
|---|---|---|---|
action_id | string | ✅ | Action ID |
params | object | ✅ | Action parameters |
senda_list_agents
List all available agents.
| Parameter | Type | Required | Description |
|---|---|---|---|
space | string | ❌ | Filter by space |
senda_ingest_document
Upload content to an agent's knowledge base.
| Parameter | Type | Required | Description |
|---|---|---|---|
agent_id | string | ✅ | Target agent |
filename | string | ✅ | Document name |
content | string | ✅ | Text content |