Skip to main content
Glama
KlausFreiberufler

DevFlow MCP Server

wiki_get_lint

Analyzes wiki health by detecting stale, orphan, and contradictory entries. Run periodically to maintain wiki cleanliness.

Instructions

DF-312 — Health-report of the wiki: stale (release-stage entries older than N days that are still cited), orphan (entries with no in/out wiki-links), contradictions (deprecated/superseded ADRs that newer sources still cite).

Use periodically (or before a major refactor) to keep the wiki clean. Resolve findings via the devflow-wiki-lint skill — never delete entries, always extend / cross-link / re-classify.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdNo
staleDaysNoDays before a release entry counts as stale (default 90)
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It implies the tool is a read-only report by stating it returns health findings and warns not to delete entries. Although it doesn't explicitly declare read-only or discuss rate limits/auth, the context makes the behavior clear enough.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is efficient with two paragraphs: first defines the purpose, second gives usage advice. It includes a minor internal reference ('DF-312') that is not essential, but overall it is well-structured and front-loaded. Nearly every sentence adds value.

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 has two parameters, no output schema, and no annotations, the description covers the main use cases and constraints. It explains the three issue categories and provides resolution guidance. However, it lacks details on the output format and could better explain the projectId parameter.

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 only 50% (staleDays has a description, projectId does not). The description clarifies that 'stale' entries are 'release-stage entries older than N days', connecting to staleDays, but does not explain projectId. This adds some value but not enough to fully compensate for the missing parameter 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 states the tool returns a health report of the wiki covering three specific categories: stale, orphan, and contradictions. It uses specific verbs ('get lint') and distinguishes from sibling tools like wiki_get_index or wiki_get_page.

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?

Explicit guidance is provided: 'Use periodically (or before a major refactor) to keep the wiki clean.' It also advises against deleting entries and directs the user to a specific skill for resolving findings, effectively telling when and how to use the tool.

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/KlausFreiberufler/devflow-mcp'

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