insp_prompts_list
Lists all prompts available from an MCP server to help users discover and access available prompt-based functionality.
Instructions
List all prompts exposed by an MCP server.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | No | Command to run the MCP server (e.g., 'node', 'python') | |
| args | No | Arguments to pass to the command (e.g., ['build/index.js']) | |
| url | No | URL for SSE/HTTP transport (alternative to command) | |
| transport | No | Transport type (auto-detected if not specified) | |
| headers | No | HTTP headers for SSE/HTTP transport |