cURL
curl --request POST \ --url http://localhost:3000/users/{userId}/prompts \ --header 'Content-Type: application/json' \ --data ' { "serverName": "<string>", "name": "<string>", "arguments": {} } '
{ "error": "<string>" }
Returns a specific prompt with optional arguments
Prompt details