insp_prompts_get
Retrieve specific prompts from MCP servers by name to test and inspect server functionality across different transport protocols.
Instructions
Get a specific prompt from 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 | |
| prompt_name | Yes | Name of the prompt to get | |
| prompt_args | No | Arguments to pass to the prompt |