Skip to main content
Glama
wzkariampuzha

flywheel-gear-dev-mcp

get_manifest_schema

Retrieve the JSON schema for Flywheel gear manifest.json files, providing the structure needed to build and validate gear manifests.

Instructions

JSON schema for gear manifest.json files

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states what the schema is for, not what the tool does operationally (e.g., returns a static schema, fetches a remote resource, or validates input). Safety, side effects, and output format are all unexplained.

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 a single, direct sentence with no filler. It front-loads the essential fact and every word earns its place, which is ideal for a simple one-line definition.

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 zero-parameter, low-complexity tool, the one-liner is mostly sufficient. It would benefit from a little more context about what 'manifest.json' means in the Flywheel gear context and whether the schema is static or fetched, but nothing critical is missing for basic invocation.

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, so there is nothing that needs explanation. Per the baseline for zero-parameter tools, a score of 4 is appropriate; the description does not need to add parameter detail.

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 identifies the tool's resource: the JSON schema for gear manifest.json files. It lacks an explicit verb like 'returns' or 'retrieves', so it reads as a noun phrase, but the resource is specific and distinct from the sibling docs tools.

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?

The description provides no guidance on when to use this tool versus alternatives such as get_gear_specs or other documentation getters. There is no mention of context, exclusions, or related tools, leaving the agent to infer usage entirely from the tool name.

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