Skip to main content
Glama

add_comment_before

Insert documentation comments above functions, classes, or statements in code files using Abstract Syntax Tree editing for precise placement.

Instructions

Insert comment line(s) immediately before a named symbol. The comment must include its own comment marker (e.g. '# foo' for Python, '// foo' for JS/C/C++).

Use this when: You want to document a function, class, or statement by adding an inline comment above it. Don't use this when: You want a Python function/class docstring -> use replace_docstring. You want to replace an existing leading comment -> use replace_leading_comment.

Example: target="LRUCache.get" comment=" # Retrieve an item by key, returning None if absent"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
targetYes
commentYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It explains the tool inserts comments before symbols and includes an example, but doesn't disclose important behavioral traits like whether this modifies files in-place, what happens if the target doesn't exist, error conditions, or what the output contains. The example helps but leaves 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?

Perfectly structured with purpose statement, usage guidelines, and example. Every sentence earns its place. The information is front-loaded with clear purpose, followed by specific guidance, then illustrative example.

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?

While there's an output schema (which helps), this is a file-modifying tool with 3 parameters and 0% schema description coverage. The description explains the core operation and provides good usage guidance, but lacks important context about how the tool behaves (error handling, file modification approach) and parameter meanings. The example helps but doesn't fully compensate.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It mentions 'target' and 'comment' parameters in the example but doesn't explain what 'file_path', 'target', or 'comment' represent semantically. The example shows target='LRUCache.get' but doesn't explain target syntax. No information about file_path parameter at all.

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 specific verb ('Insert comment line(s)') and resource ('before a named symbol'). It distinguishes from siblings by specifying what it does differently from related tools like replace_docstring and replace_leading_comment.

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?

Explicitly provides 'Use this when' and 'Don't use this when' sections with clear alternatives named (replace_docstring, replace_leading_comment). This gives perfect guidance on when to choose this tool versus other options.

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/kambleakash0/agent-skills'

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