promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Cursor CLI

agent mcp list-tools <identifier>

Lists the available tools and their parameters for a specific MCP server.

agent mcp list-tools <identifier> shows tool names, descriptions, and required/optional parameters with their types for a single MCP server.

โœ… WHEN TO USE IT?

Check which parameters an MCP tool expects before using it

agent mcp list-tools playwright

โ›” WHEN NOT TO?

You don't know the server identifier yet

agent mcp list-tools requires a concrete identifier as an argument.

Better: Use agent mcp list first to see the configured identifiers

SOURCES