Skip to main content
Glama
bluemot
by bluemot

query_graph

Search a code graph to find functions matching a query. Supports filtering by active build defines for config-aware analysis.

Instructions

Search code graph. Automatically indexes relevant files.

If preprocess_config() was called on the workspace, filters by active defines. Otherwise returns all functions (no filtering).

Parses source files into the graph with AST (no LLM). Use summarize_function() on individual results for deep analysis.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query
max_resultsNoMax results to return (default: 10)
workspace_pathNoTarget workspace (default: last configured)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Discloses automatic indexing, AST-based parsing (no LLM), filtering logic, and fallback behavior. With no annotations, this fully covers behavioral traits.

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?

Very concise (4 sentences), front-loaded with purpose, and every sentence adds value without redundancy.

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

Completeness5/5

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

Given the tool's complexity, schema coverage, and presence of output schema, the description covers key aspects: filtering, indexing, no-LLM, and referral to sibling for deep analysis.

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?

Schema coverage is 100%, so description adds no new param details. Baseline score of 3 is appropriate.

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?

Description clearly states 'Search code graph' as verb+resource, and differentiates from sibling tools by explaining filtering behavior and suggesting summarize_function for deeper analysis.

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

Usage Guidelines4/5

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

Provides context on when filtering applies (if preprocess_config was called) and directs to summarize_function for deeper analysis, but does not explicitly state when to use other siblings like get_callers or get_callees.

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/bluemot/crag-mcp'

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