tools/list method returns all active tools configured for the server, including their names, descriptions, and input schemas. AI clients call this to discover what capabilities are available.
MCP Endpoint
Request
Response
Response Fields
Array of tool objects. Only
active tools are included. Tools are returned in their configured sort order.Each tool object contains:name— Machine-readable tool identifierdescription— Human-readable description for AI decision makinginputSchema— JSON Schema defining accepted parameters
Only tools with
status: active are included in tools/list. Paused tools are hidden from AI clients.