query_context
Retrieves context for prompts in PromStack MCP Server by providing prompt ID, enabling access to relevant information for execution.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| promptId | Yes | ID of the prompt to query context for | |
| maxTokens | No | Maximum tokens (max: 10000) | |
| refreshCache | No | Force refresh cache |