Skip to main content
Glama
kostia-egik

geomwright

by kostia-egik

list_thread_catalog_standards

Retrieve thread standards from KOMPAS thread.db, including helical-thread V1 compatibility hints, to identify valid thread types for CAD operations.

Instructions

List thread standards from KOMPAS thread.db with helical-thread V1 compatibility hints.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
database_pathNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior3/5

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

With no annotations, the description carries the burden of disclosing behavior; it does state the operation is read-only listing and points to a specific source database and compatibility-hint output. However, it does not disclose return shape, pagination/volume, or how database_path affects behavior, leaving some ambiguity for an agent.

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

Conciseness4/5

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

One efficient sentence that front-loads the verb and noun ('List thread standards') and keeps the qualifier short. It is concise, though the terseness contributes to under-specification elsewhere.

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

Completeness2/5

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

The tool has no annotations, no output schema, zero schema description coverage, and a single unexplained parameter, while the description offers only a one-line summary. Given the large set of thread-related siblings, an agent cannot confidently distinguish or invoke it correctly from this definition alone.

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?

Schema description coverage is 0% and the only parameter, database_path, is not mentioned in the description at all. The description does nothing to explain the default null behavior, the expected format of the path, or when passing it is necessary.

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 uses a specific verb and resource: it says it 'List[s] thread standards from KOMPAS thread.db' and adds the domain qualifier 'with helical-thread V1 compatibility hints.' This makes the operation fairly clear, though it does not explicitly contrast with nearby siblings like list_thread_catalog_entries or list_helical_thread_v1_candidates.

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 gives no guidance on when this tool should be selected over the many thread-catalog siblings, such as list_thread_catalog_entries or list_helical_thread_v1_candidates. No prerequisites, exclusions, or alternative conditions are stated.

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

Deploy Server

Other Tools