Skip to main content
Glama

Bitbybit CAD MCP

Search the Bitbybit API

search_api
Read-onlyIdempotent

Find Bitbybit API members (methods, namespaces, cloud operations) by keywords, for example "box solid" or "fillet edges". Returns dotted paths with a one-line summary, the tier (oss on npm, platform-pro only at bitbybit.dev, cloud-pro only on CAD Cloud) and the engines each is published for. Call describe with a path before writing code that uses it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many results, 10 by default
queryYesKeywords, a phrase, or a partial dotted path
engineNoOnly members published for this engine, plus the cloud operations, which run on CAD Cloud rather than in an engine; omit for every engine
versionNoThe API version to search; omit for the version the server holds

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds meaningful behavioral context by detailing the returned fields—dotted paths, one-line summary, tier, and engines—which is especially useful given there is no output schema.

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 two sentences with no wasted words. It front-loads the purpose and examples, then states the return format and the follow-up action, earning every sentence.

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?

Given four parameters, robust read-only annotations, and no output schema, the description covers the essentials: what to search, what results look like, and what to do next. It relies on the schema for parameter details, which is appropriate, and only omits minor guidance about alternative tools.

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%, so the schema already documents all four parameters. The description adds useful query examples ('box solid', 'fillet edges') but does not materially extend the meaning of limit, engine, or version beyond the schema.

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

Purpose5/5

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

The description states a specific verb and resource: 'Find Bitbybit API members' by keywords, with concrete examples. It also defines the scope (methods, namespaces, cloud operations) and the return payload, making it easy to distinguish from broader siblings like 'search'.

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?

The description gives clear context for when to use the tool: searching for API members before writing code, and it explicitly directs the caller to 'Call describe with a path before writing code that uses it.' It does not explicitly name alternatives to avoid, but the workflow guidance 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.