Skip to main content

MCP Resources

Senda exposes 3 read-only resources via MCP.

senda://agents

Returns the full agent catalog with names, summaries, and space assignments.

senda://knowledge/{agent_id}

Returns the knowledge files for a specific agent. Replace {agent_id} with the actual agent ID.

senda://actions

Returns all active actions in the catalog with their parameters.

Usage

In a MCP client, you can read resources to understand what's available before calling tools:

1. Read senda://agents → discover available agents
2. Read senda://actions → see what actions exist
3. Call senda_chat → interact with the most appropriate agent