Skip to main content
Glama

FDE Lessons + WARN Feed

fde_playbook

PAID. Return situational runbooks with ordered, checkable steps — DNS migration and static-site change. Use before executing that class of operation, not after it fails.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicNoOptional keyword filter, e.g. 'dns'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are present, so the description carries the full burden. It discloses that the tool is 'PAID' and that it returns runbooks with ordered, checkable steps. However, it does not mention side effects, authentication, or error behavior. For a simple read-like tool, this is adequate but not comprehensive.

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 three short sentences that front-load key information: cost, what it returns, scope, and usage timing. No unnecessary words; every sentence earns its place.

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?

For a tool with one optional parameter and no output schema, the description provides the essential information: what it returns, when to use it, and examples. It lacks details on edge cases (e.g., empty result) but is sufficient for a simple retrieval tool.

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% – the only parameter 'topic' is documented with an example. The tool description reinforces the example topics (DNS migration, static-site change) but adds no new semantics beyond the schema. Baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns situational runbooks with ordered, checkable steps, and specifies the domain (DNS migration and static-site change). It does not explicitly name sibling tools for differentiation, but the purpose is unambiguous.

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?

It gives explicit timing guidance: 'Use before executing that class of operation, not after it fails.' This clarifies when to use it (before) and when not to (after failure). It does not name alternatives, but the usage context is clear.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources