Skip to main content
Glama

Extrabold Tools Gridfinity

Get Gridfinity Grid Questions

get_gridfinity_grid_questions

Return the next Gridfinity baseplate configuration questions to ask, using Extrabold Tools setting descriptions and dependencies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rowsNo
columnsNo
versionNo
toleranceNo
linkOriginNo
marginTypeNo
borderRadiusNo
magnetHeightNo
baseplateTypeNo
gridUnitDepthNo
gridUnitWidthNo
plateMarginMmNo
screwHeadSizeNo
screwHoleSizeNo
splitStrategyNo
toggleMagnetsNo
magnetDiameterNo
partsConnectorNo
magnetDirectionNo
magnetHoleStyleNo
splitOffMarginsNo
toggleScrewHolesNo
splitToBuildplatesNo
removeHolesOnSplitLinesNo
toggleMagnetReleaseHoleNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changed
    • addedInput schema / properties / splitOffMargins
      Added value: +{
      +  "type": "boolean"
      +}
  2. First observed

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations provided, the description must carry the full burden of behavioral disclosure. It only says 'Return the next questions' without explaining return format, statefulness, side effects, or the meaning of 'setting descriptions and dependencies'. This is insufficient given the tool's complexity.

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

Conciseness3/5

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

The description is a single sentence with no wasted words, but the awkward phrasing ('Extrabold Tools setting descriptions and dependencies') makes it cryptic rather than concise. It is short but sacrifices clarity.

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?

This tool has 25 parameters, no output schema, and no annotations, yet the description does not address how parameters affect behavior, what the questions contain, or how this fits into the broader Gridfinity workflow. It is severely incomplete for the tool's complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage for its 25 parameters, and the description adds no parameter-specific meaning. The generic phrase 'using Extrabold Tools setting descriptions and dependencies' does not explain any of the parameters or how they influence the output, leaving agents completely in the dark.

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 states a specific verb ('Return') and resource ('the next Gridfinity baseplate configuration questions'), distinguishing it from sibling generation tools. However, 'using Extrabold Tools setting descriptions and dependencies' is vague and does not clarify what these questions are or how they relate to the configuration.

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

Usage Guidelines3/5

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

The description implies a conversational or iterative configuration workflow by saying 'next ... questions to ask', but it does not explicitly state when to use this tool versus siblings like generate_gridfinity_grid, nor does it mention prerequisites or ordering. The usage is implied rather than explicitly guided.

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.

TDQS

B3.3/5.0
Disambiguation3/5

Some overlap exists between create_gridfinity_baseplate_url and generate_gridfinity_grid, as both produce shareable URLs. However, the cross-reference in descriptions helps clarify that one is for exact settings and the other for row/column grids. The remaining tools are distinct in purpose.

Naming Consistency4/5

All tool names follow a consistent snake_case pattern with a verb (create, find, generate, get) followed by 'gridfinity' and a specific object. The main inconsistency is the use of both 'create' and 'generate' for similar actions, but the pattern is otherwise predictable.

Tool Count5/5

With just 5 tools, the server is well-scoped for its specific purpose of Gridfinity baseplate generation. Each tool covers a distinct need without unnecessary bloat, fitting comfortably within the ideal 3-15 range.

Completeness4/5

The tool set covers the core workflow: finding presets, generating baseplates from presets or grids, creating URLs, and guiding configuration. Minor gaps exist, such as no direct conversion between exact dimensions and grid counts, but these can be worked around with existing tools.

Resources