Skip to main content
Glama

change_kit

Read-onlyIdempotent

Get symbol definition, all call sites with calling lines, tests, risk tier, and consistency checklist in a single call to change a symbol safely. Replaces read/grep round-trips and prevents missing callers.

Instructions

Everything needed to change one symbol SAFELY, in a single call: its definition source, every call site (with the calling line), the tests that cover it, the risk tier, and a consistency checklist. Use right before editing a symbol — it replaces the read/grep round-trips you'd otherwise make and stops you from missing a caller. The edit-time companion to scout.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoNoRepository name
formatNoResponse text encoding: toon (default) | json
targetYesREQUIRED — symbol to change: name or sym: id from query (aliases: name, symbol, sym)
Behavior4/5

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

Annotations already indicate read-only, idempotent, non-destructive. Description adds context: 'SAFELY' and lists returned info (definition, call sites, tests, etc.), reinforcing safe usage. No contradictions.

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?

Four sentences, each adding value. First defines purpose, second gives usage context, third states benefit, fourth relates to sibling. No fluff.

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 tool with 3 parameters and no output schema, the description adequately explains what it returns (definition, call sites, tests, risk tier, checklist) and its role. Sufficiently complete for an AI agent to understand the tool's value.

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 does not need to add much. It mentions 'target' as required but does not elaborate beyond schema. 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?

The description clearly states it provides everything needed to change a symbol safely, including definition source, call sites, tests, risk tier, and checklist. It distinguishes from sibling tool 'scout' by calling itself the edit-time companion.

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?

Explicitly says 'Use right before editing a symbol' and explains it replaces read/grep round-trips. Mentions 'scout' as companion but does not specify when not to use or list alternatives.

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/VeyrForge/codehelper'

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