get_prompt
Retrieve rendered prompt messages from the MCP Test MCP server by specifying a prompt name and required arguments.
Instructions
Get a rendered prompt from the connected MCP server.
Retrieves a prompt by name with the provided arguments and returns the rendered prompt messages.
Returns: Dictionary with rendered prompt including: - success: True if prompt was retrieved successfully - prompt: Object with name, description, and rendered messages - metadata: Request timing and server information
Raises: Returns error dict for various failure scenarios: - not_connected: No active connection - prompt_not_found: Prompt doesn't exist on server - invalid_arguments: Arguments don't match prompt schema - execution_error: Prompt retrieval failed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the prompt to retrieve | |
| arguments | Yes | Dictionary of arguments to pass to the prompt |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||