agentId
(string, required): The ID of the agent to query
How to use it
agentId is exposed by the Dust MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the agentId tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Dust MCP Server
docker run -p 3000:3000 --env-file .env dust-mcp-serverOther tools in Dust MCP Server (14)
(object, optional): Additional context for the query
Send a query to a Dust agent.
Create a new session with a Dust agent.
End an active session.
Get details of a specific agent.
Get details of a specific session.
List all available Dust agents in the configured workspace.
(Array<{ name: string; content: string }>, optional): Files to include with the message
(boolean, optional): Whether to include detailed agent information
(number, optional): Maximum number of agents to return (default: 10)
(string, required): The message to send to the agent
(string, required): The query to send to the agent
(string, optional): Session ID for continuing a conversation
(string, optional): View type for filtering agents