dust_agent_query
Send a query to a Dust agent.
How to use it
dust_agent_query is exposed by the Dust MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the dust_agent_query 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)
(string, required): The ID of the agent to query
(object, optional): Additional context for the query
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