Skip to main content
Glama

CSIDIA — operational notes and capabilities

Search CSIDIA group articles

search

Cerca negli articoli (Note operative) di csidia.com (dati, AI, conformità nei settori critici) e splidia.com (fibra ottica, reti, data center). Ritorna una lista di risultati con id da passare a 'fetch'. / Searches the operational notes of csidia.com and splidia.com. Returns results whose id can be passed to 'fetch'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteNoFiltro sito (default all)
limitNoNumero massimo di risultati (default 8)
queryYesTermini di ricerca / search terms
languageNoFiltro lingua (default all)

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations provided, the description carries full burden. It only mentions the output format (list with IDs) but does not disclose behavioral traits such as authentication needs, rate limits, caching, or error handling. It also does not explicitly state that the operation is read-only.

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 bilingual, which increases length unnecessarily. It is front-loaded with Italian then English, making it redundant. The content is adequate but could be more concise by using only one language.

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

Completeness3/5

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

For a search tool with 4 parameters and no output schema, the description gives minimal context: it lists sites and output ID format. It lacks information on error scenarios, pagination, ordering, or how to interpret results. The connection to 'fetch' is mentioned but not explained.

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 each parameter having a description. The tool description adds minimal value beyond confirming the sites and output ID structure. It does not elaborate on parameter behavior or constraints beyond what the schema provides.

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 clearly states it searches articles/operational notes from two specific websites and returns results with IDs for use with 'fetch'. It's specific about the resource and verb. However, it does not explicitly differentiate from sibling tools like 'capabilities' or 'match_use_case', leaving room for ambiguity.

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 usage pattern (search then pass ID to fetch), but does not provide explicit when-to-use or alternatives. No exclusions or guidance on when not to use this tool compared to siblings.

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

A3.6/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: capabilities returns static profile, search finds articles, fetch retrieves full text, and match_use_case dynamically maps needs to capabilities. No functional overlap.

Naming Consistency2/5

Naming is inconsistent: 'capabilities' is a noun, while 'fetch', 'search', and 'match_use_case' are verbs. No uniform pattern (e.g., all verbs or all noun_verb).

Tool Count5/5

With 4 tools, the server is well-scoped for its purpose—providing company info, article search, and use-case matching. No redundancy or unnecessary tools.

Completeness5/5

Covers key operations: profile lookup, article search and retrieval, and intelligent need-to-capability matching. No obvious gaps for the stated domain of operational notes and capabilities.

Resources