Skip to main content
Glama
wzkariampuzha

flywheel-gear-dev-mcp

get_batch_gears_guide

Run Flywheel gears as batch jobs with step-by-step instructions. Get practical guidance to configure and execute batch runs successfully.

Instructions

Guide to running gears as batch jobs

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

B3.4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. 'Guide to...' combined with the get_ prefix and the all-doc sibling setimplicitly signals a read-only documentation retrieval with no side effects, but the description never states what the returned guide contains (format, scope, or level of detail), and there are no annotations to cover the safety profile.

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 seven words, front-loaded with the resource type, and contains zero waste. Every word earns its place.

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

Completeness3/5

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

For a parameterless doc-retrieval tool the invocation is trivial and the topic is clear, which makes this minimally viable. However, it is incomplete relative to context: there is no statement of what the response looks like, no scope of coverage, and no differentiation from get_fw_gear_docs or get_gear_specs, which are near-neighbors an agent must disambiguate among.

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; the rubric assigns a baseline of 4 in this case. The schema is trivially fully covered (empty properties), so there is nothing for the description to add about inputs. The topic phrase in the description carries as much semantic weight as needed.

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 identifies a specific resource ('Guide') and a specific topic ('running gears as batch jobs'), so an agent can tell what content it delivers. It is not a tautology and the topic distinguishes it from siblings like get_dicom_standard or get_bids_guide, though it does not explicitly contrast with get_fw_gear_docs or get_gear_specs, which are close neighbors.

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 when-to-use guidance, no exclusions, and no mention of alternatives, despite ten doc-retrieval siblings. The topic weakly implies usage (when a user asks about batch-gear execution), but the description never says 'use this instead of get_fw_gear_docs when you need batch specifics', leaving selection to inference.

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