Skip to main content
Glama

lint_project

Scan project documentation to find broken internal links, orphaned files, stale markers (WIP/TODO/FIXME/DRAFT/DEPRECATED), and outdated year references. Optionally filter by project name for targeted audits.

Instructions

Lint project documentation for semantic issues: broken links, orphaned files, stale markers (WIP/TODO/FIXME/DRAFT/DEPRECATED), and stale year references.

Use this tool when the user asks to check doc quality beyond policy compliance, find broken internal links, locate TODO/WIP content, or audit doc hygiene.

Checks:

  • broken-link (warning): wikilinks [[target]] or markdown links text that resolve to no file

  • orphan (info): files not linked from any other document (index/readme/moc excluded)

  • stale-marker (warning): files containing WIP, TODO, FIXME, DRAFT, DEPRECATED, DO NOT USE, OUTDATED

  • stale-date (info): files mentioning a year that is 2+ years in the past

Optionally filter by project name. If omitted, scans all projects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectNoProject name to lint (omit for all projects)
Behavior4/5

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

With no annotations provided, the description fully discloses what checks are performed and their severity levels (warning vs info). It does not cover side effects or permissions, but the behavior is well-explained for a stateless lint operation.

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 concise and well-structured, using bullet points for checks and a clear directive. Every sentence adds value without redundancy.

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 simple input schema (one optional string) and no output schema, the description is complete. It covers all checks, usage guidance, and parameter behavior, leaving no ambiguity.

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 input schema has 100% coverage for the single parameter 'project'. The description adds context by explaining that omitting the parameter scans all projects, which enhances understanding beyond the schema's simple description.

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 defines the tool's purpose: linting project documentation for semantic issues. It lists specific checks (broken links, orphaned files, stale markers, stale dates) and distinguishes itself from sibling tools like audit_project by focusing on semantic quality rather than policy compliance.

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 explicitly states when to use this tool, e.g., when checking doc quality beyond policy compliance or finding broken links/TODO content. It implies when not to use via contrast with audit_project but does not provide explicit exclusions or 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/epicsagas/alcove'

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