Skip to main content
Glama

codegraph_search

Search code symbols by name to locate function and class definitions. Returns matches with file paths and line numbers.

Instructions

Search for code symbols by name. Returns matching functions, classes, methods, etc. with file paths and line numbers. Use this to find where a function or class is defined.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoFilter by symbol kind (Function, Class, Method, Struct, etc.).
limitNo
queryYesThe symbol name or pattern to search for.
team_idNoThe team ID for isolation.
languageNoFilter by language (typescript, javascript, python, go, rust, java, c, cpp, csharp).
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that results include file paths and line numbers, but does not mention team_io scoping, indexing dependencies, or search semantics (e.g., exact vs. fuzzy). This leaves important behavioral gaps.

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 long, front-loaded with the main action, and every sentence adds value. It is appropriately sized and well-structured.

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

Completeness3/5

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

For a search tool with 5 parameters, no output schema, and no annotations, the description provides the core purpose and return value but omits key context such as team scoping, language/kind filtering, and how it relates to other codegraph tools. It is adequate but not fully complete.

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 80%, and the schema already documents most parameters. The description adds context about symbol kinds but does not explain query syntax, limit behavior, or the team_id isolation. It neither substantially compensates for nor contradicts the schema.

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

Purpose4/5

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

The description clearly states the tool searches for code symbols by name and returns matching entities with file paths and line numbers. It distinguishes from sibling codegraph tools by focusing on name-based symbol search rather than relationships, though it does not explicitly name alternatives.

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?

The description explicitly says 'Use this to find where a function or class is defined,' providing a clear use case. It does not mention when to use alternatives or exclusions, but the stated context is sufficient for basic guidance.

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/tinhien11/remem-mcp'

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