Skip to main content
Glama

search_certificates

Search conformity certificates (ТР ТС / ТР ЕАЭС).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo1-based page index.
numberNoCertificate number, full or partial.
schemeNoCertification scheme — '1с'…'9с'.
statusNoCertificate status code.
productNoProduct full name, full or partial.
applicantNoApplicant name, full or partial.
page_sizeNoRows per page (max 50).
regulationsNoTechnical regulation code (e.g. 'ТР ТС 018/2011').
manufacturerNoManufacturer name, full or partial.
applicant_innNoApplicant INN (exact match).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed3 schema fields changed
    • changedInput schema / properties / applicant / description
      Previous value: -"Applicant name (icontains)."New value: +"Applicant name, full or partial."
    • changedInput schema / properties / manufacturer / description
      Previous value: -"Manufacturer name (icontains)."New value: +"Manufacturer name, full or partial."
    • changedInput schema / properties / product / description
      Previous value: -"Product full name (icontains)."New value: +"Product full name, full or partial."
  2. First observed

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations, the description carries full burden but only says 'Search'. It does not disclose pagination behavior, result format, rate limits, or other operational traits beyond what the schema provides.

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?

The description is a single, front-loaded sentence with no waste. However, it is so brief that it may sacrifice completeness for conciseness.

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?

Given the tool has 10 parameters and an output schema exists, the description should provide more context (e.g., scope of search, typical use cases). It is currently too sparse to fully inform an agent.

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 coverage is 100% with clear parameter descriptions, so the baseline is 3. The description adds no extra semantic value; it merely restates the tool's search function.

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 clearly states it searches 'conformity certificates' and specifies the regulatory types (TP TC / TP EAEU), making the tool's purpose distinct from sibling tools like search_declarations or search_documents.

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?

No guidance on when to use this tool vs alternatives; no explicit when/when-not conditions, leaving the agent to infer from the name alone.

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.