Skip to main content
Glama
wzkariampuzha

flywheel-gear-dev-mcp

get_fw_gear_docs

Fetch Flywheel gear Python library documentation to build and debug gears. Get direct access to relevant docs, reducing context overload during development.

Instructions

Flywheel gear Python library for building gears

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

C2/5.0
Behavior1/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 of behavioral disclosure, but it offers only a static noun phrase with no mention of what happens on invocation, return format, side effects, or idempotency. An agent cannot tell whether this is a read-only retrieval, a link generator, or something else.

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

Conciseness2/5

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

The description is brief with no wasted words, but this is under-specification rather than well-crafted conciseness. It is a fragment that is not front-loaded with the key piece of information—the action the tool performs—mirroring the 'Process' calibration case scored 2.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite being a simple tool with no params, no annotations, and no output schema, the description should at least state the operation and what kind of documentation it returns. It gives no basis for disambiguation among 10 sibling documentation tools, so an agent cannot reliability select or invoke this correctly.

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 tool has zero parameters in the schema, so there is nothing the description needs to clarify about input semantics. Per the rubric baseline for 0-param tools, a 4 is appropriate even though the description adds no parameter-level value.

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

Purpose2/5

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

The description is a noun phrase, 'Flywheel gear Python library for building gears,' with no action verb stating what the tool does (e.g., retrieve, list, return). It mostly restates the subject implied by the name 'get_fw_gear_docs,' making it closer to a tautology than a functional explanation. It also fails to specify the deliverable—is it documentation text, an index, or library source?

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

Usage Guidelines2/5

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

There is no guidance whatsoever about when to use this tool versus alternatives. With sibling doc-fetching tools like get_fw_classification_docs, get_fw_file_docs, and get_flywheel_api_docs, nothing here helps an agent decide which one to choose for a given question.

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

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/wzkariampuzha/flywheel-gear-dev-mcp'

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