Skip to main content
Glama
Kirachon

Context Engine MCP Server

by Kirachon

Find Callers

find_callers
Read-onlyIdempotent

Identifies callers of a given function or method symbol using persisted graph edges for accurate static analysis.

Instructions

Return deterministic callers of a known function or method symbol.

This tool prefers persisted graph call edges and falls back explicitly when graph coverage is unavailable or incomplete.

Use when you want call sites for one symbol without the broader combined output of call_relationships.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
top_kNoMaximum callers to return (1-100). Defaults to 20.
symbolYesFunction or method identifier whose callers you want to inspect.
bypass_cacheNoWhen true, bypass caches for this call.
exclude_pathsNoOptional workspace-relative glob filters to exclude matching paths after include filtering.
include_pathsNoOptional workspace-relative glob filters to include matching paths only.
language_hintNoOptional language hint (currently advisory).
workspacePathNoOptional workspace path hint. Present for parity with other navigation tools.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes
callersYes
metadataYes
Behavior5/5

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

The description adds behavioral detail beyond the annotations (readOnlyHint, idempotentHint) by stating it prefers persisted graph call edges and falls back when coverage is unavailable, which is useful context for the agent.

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?

Three sentences, each serving a distinct purpose: stating the function, describing behavior, and providing usage guidance. No extraneous information.

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 presence of an output schema, the description adequately covers purpose, behavior, and usage context. It leaves no major gaps for a tool with this complexity.

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 description coverage is 100%, so the baseline is 3. The description does not add significant new meaning to parameters beyond what the schema already provides, though it does mention the fallback behavior in a general sense.

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 returns deterministic callers of a known function or method symbol, and it distinguishes itself from the sibling tool 'call_relationships' by specifying it returns call sites for a single symbol without the broader combined output.

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 says to use this tool when wanting call sites for one symbol without the combined output of call_relationships, providing clear guidance on when to use it versus the alternative.

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/Kirachon/context-engine'

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