Skip to main content
Glama
xcreener

@xcreener/mcp

Official
by xcreener

xql_run

Execute an XQL query against live market data to get matching instruments. Validate the query first to catch syntax errors before spending a live-data round trip.

Instructions

Parse, plan, and execute an XQL query against live market data, returning matching instruments. Call xql_validate on the query first to catch syntax errors before spending a live-data round trip on this call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesRaw XQL query text
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the behavioral disclosure burden. It mentions 'live-data round trip' and 'executing against live market data', implying cost/latency, but does not disclose whether the operation is read-only, potential error modes, or required permissions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the primary purpose and followed by a concise usage instruction. Every sentence contributes value without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter tool with no output schema, the description adequately explains the action, return type (matching instruments), and the recommended validation workflow. It lacks details on error handling or response format, but these are not critical given the tool's simplicity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema fully describes the query parameter as 'Raw XQL query text' (100% coverage). The description adds context about executing against live data, but does not significantly augment the schema's parameter meaning.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with a specific verb ('execute') and resource ('XQL query against live market data'), and distinguishes it from siblings by mentioning xql_validate as a pre-step. It accurately describes the return of matching instruments.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly instructs to call xql_validate first to catch syntax errors before using this tool, providing clear when-to-use guidance and an alternative. This differentiates it from xql_validate and implies the workflow.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/xcreener/xcreener-mcp'

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