v20

OpenAPI 3.1.0raw.githubusercontent.com2026-08-035471202.8 KB
Execution

Render a prompt

Renders a prompt with arguments and returns the MCP GetPromptResult directly (description?, messages).

post/projects/{projectId}/servers/{serverId}/prompts/get

Path parameters

projectIdstring required

ID of the hosted project that contains the server.

serverIdstring required

ID of the server inside the project.

Request body

promptNamestring required

Prompt name, exactly as returned by the prompts list.

argumentsobject

Prompt arguments. String, number, and boolean values.

Response

The MCP GetPromptResult.

descriptionstring