Skip to main content
Glama

Zavod Stanki CNC Catalog

submit_lead

Отправить заявку менеджеру (нужен API-ключ)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
emailNo
phoneNo
api_keyNo
commentNo
machine_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It discloses the API-key requirement, but it does not describe side effects, whether the submission is duplicable, what happens on success/failure, or any manager-notification behavior. This is a sparse behavioral picture for a mutation tool.

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 front-loaded sentence with no filler. The action and the essential prerequisite are stated directly, making it appropriately concise for what it conveys.

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?

For a six-parameter action tool with no annotations, no output schema, and no parameter descriptions, this one-line description is insufficient. It does not explain expected behavior, return value, or the meaning of key parameters, so an agent would struggle to invoke it correctly without guessing.

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

Parameters2/5

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

Schema description coverage is 0%, so the description should compensate for the six parameters. It only clarifies the API key requirement; name, email, phone, comment, and machine_id are left to their bare property names, and machine_id is ambiguous.

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 uses a specific verb and resource: 'Отправить заявку менеджеру' (submit a request to a manager). It also adds a key prerequisite, 'нужен API-ключ', and the action is clearly distinct from the read/search-oriented sibling tools.

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 implied use case is sending a lead/request to a manager, and the API-key note provides a condition. However, it does not differentiate from the sibling 'ask_manager' tool or state when not to use it, leaving the selection partly to inference.

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.

Resources