Skip to main content
Glama

GetQueryBuilderPrompt

Retrieve the system prompt for RushDB's query builder when your MCP client lacks Prompts API support, enabling database query construction.

Instructions

Return the RushDB Query Builder system prompt. Use this if your MCP client does not support Prompts API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler for the 'GetQueryBuilderPrompt' tool. It returns the SYSTEM_PROMPT imported from './systemPrompt.js' as the text content of the tool response.
    case 'GetQueryBuilderPrompt': return { content: [ { type: 'text', text: SYSTEM_PROMPT } ] }
  • The schema definition, description, and registration entry for the 'GetQueryBuilderPrompt' tool in the exported tools array.
    { name: 'GetQueryBuilderPrompt', description: 'Return the RushDB Query Builder system prompt. Use this if your MCP client does not support Prompts API.', inputSchema: { type: 'object', properties: {}, required: [] } },
  • tools.ts:33-33 (registration)
    The 'GetQueryBuilderPrompt' tool name is defined in the ToolName type union.
    | 'GetQueryBuilderPrompt'

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/1pxone/RushDB'

If you have feedback or need assistance with the MCP directory API, please join our Discord server