Skip to main content
POST
Render a prompt

Authorizations

Authorization
string
header
required

MCPJam API key (sk_…). Create one at Settings → API keys. Guest sessions cannot use the API, and API keys cannot manage other API keys.

Path Parameters

projectId
string
required

ID of the hosted project that contains the server.

serverId
string
required

ID of the server inside the project.

Body

application/json
promptName
string
required

Prompt name, exactly as returned by the prompts list.

arguments
object

Prompt arguments. String, number, and boolean values.

Response

The MCP GetPromptResult.

MCP prompt render result, returned verbatim from the server.

messages
object[]
required
description
string