Skip to main content
Glama

active_todos

Scan code for TODO/FIXME/XXX/HACK markers, prioritizing those in files you're currently editing to focus on active work.

Instructions

Scan TODO/FIXME/XXX/HACK, prioritize by current work. Pure regex, no index. Pass current_files to boost.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNoScan scope: directory or file path relative to workspace_dir (default: ".")
current_filesNoFiles currently being edited (boosts priority)
workspace_dirYesREQUIRED: project root (abs). reindex first if new.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description discloses important behavioral traits: it is a pure regex scan with no index, implying potential performance characteristics, and it prioritizes results based on current_files. This adds useful context beyond a simple 'scan' statement, though it does not explicitly mention that it is read-only or describe exact output behavior.

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 extremely concise, consisting of three short sentences that each add value: purpose, method, and usage tip. It is front-loaded with the core function and contains no redundant or unnecessary 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 tool's simplicity, the description is mostly complete: it conveys purpose, method, and usage guidance, while the schema fully documents parameters. The main gap is that there is no output schema and the description does not describe the return format or ordering, but the tool name and purpose strongly imply a list of TODOs, so it remains adequate.

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%, with all three parameters described in the schema. The tool description adds little beyond reinforcing current_files ('Pass current_files to boost'), which is already captured in the schema. The description does not introduce new parameter semantics, so baseline 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 the tool's action ('Scan TODO/FIXME/XXX/HACK') and its purpose ('prioritize by current work'). It is specific and distinguishes this tool from siblings like code_quality or code_review, which focus on broader analysis rather than TODO scanning.

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 provides clear context by explaining the tool's lightweight nature ('Pure regex, no index') and suggests boosting via current_files. However, it does not explicitly state when NOT to use it or name alternative tools, so it lacks explicit exclusions. Still, the usage context is clear for a TODO scanner.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/wulun811/LiuHe'

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