cURL
curl --request POST \ --url http://localhost:3000/users/{userId}/prompts/get \ --header 'Content-Type: application/json' \ --data ' { "serverName": "<string>", "name": "<string>", "arguments": {} } '
{ "error": "<string>" }
Returns a specific prompt with provided arguments
Name of the MCP server
Name of the prompt
Optional arguments for the prompt
Prompt with arguments