Skip to main content
Glama
mcp-query.md624 B
# MCP SQL Query Execute a read-only SQL query against the MCP server database. ## Instructions 1. Parse the user's intent and construct a safe SELECT query 2. Execute using `mcp__openrouter-agents__query` with: - `sql`: The SELECT statement - `params`: Array of parameters for placeholders ($1, $2, etc.) - `explain`: true (to get natural language explanation) 3. Present the results in a readable format ## Common Tables - `research_reports`: id, query, final_report, rating, created_at - `jobs`: id, type, status, result, created_at - `doc_index`: id, source_type, title, content ## Query Request $ARGUMENTS

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/wheattoast11/openrouter-deep-research-mcp'

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