Skip to main content
Glama

find_todos

Scan a local Git repository for TODO, FIXME, HACK, and XXX comments, returning each match with file path, line number, and comment text.

Instructions

Scan a repo for TODO / FIXME / HACK / XXX comments.

Args: path: Filesystem path to the repo root. max_results: Cap on how many matches to return (default 100).

Returns: List of {file, line_number, tag, text} dicts, one per match found.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNo.
max_resultsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description bears full responsibility. It discloses basic behavior (scan, return list of matches) and parameters, but omits details like recursion depth, file type filtering, or performance implications. It is adequate but lacks depth.

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 very concise—only 5 lines including Args/Returns. Every sentence adds information. The structure with Args and Returns clearly separates parameter and outcome details. No wasted words.

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?

Given the presence of an output schema, the description does not need to detail return format, but it does anyway. It covers basic usage and returns. However, it does not specify whether all file types are searched or if hidden files are included, leaving some gaps.

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

Parameters4/5

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

The schema has 0% description coverage, so the description must explain parameters. It does so for both 'path' (Filesystem path to the repo root) and 'max_results' (cap on matches, default 100). This adds value beyond type/default, though explanations are brief.

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 scans a repo for TODO/FIXME/HACK/XXX comments. The verb 'scan' and specific resource 'repo' are unambiguous. Sibling tools like find_large_files and git_log_summary handle different tasks, so differentiation is clear.

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

Usage Guidelines3/5

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

The description implies use when wanting to find code comments, but it does not explicitly state when to use this tool versus alternatives. No mention of when not to use or which sibling tool might be appropriate for other tasks.

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/AzamHosseinian/devinsight-mcp'

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