Skip to main content
POST
/
users
/
{userId}
/
prompts
/
get
Get prompt with arguments
curl --request POST \
  --url http://localhost:3000/users/{userId}/prompts/get \
  --header 'Content-Type: application/json' \
  --data '
{
  "serverName": "<string>",
  "name": "<string>",
  "arguments": {}
}
'
{
  "error": "<string>"
}

Path Parameters

userId
string
required

Body

application/json
serverName
string
required

Name of the MCP server

name
string
required

Name of the prompt

arguments
object

Optional arguments for the prompt

Response

Prompt with arguments