Skip to main content
Glama

SPLIDIA — 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

A4/5.0
Behavior3/5

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

No annotations are provided, so the description bears full responsibility. It states the tool returns results with IDs, implying a read-only operation, but omits details like result ordering, pagination, latency, or any side effects. It does not contradict any annotations.

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 extremely concise: two short sentences that cover the purpose, scope, and linkage to a sibling tool. Bilingual but no wasted words. Front-loaded with actionable information.

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 the lack of output schema, the description sufficiently explains that the result list contains IDs for use with 'fetch'. It covers what is searched and how to proceed. Could mention result fields briefly, but acceptable for a search tool.

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?

All parameters are documented in the input schema with descriptions and enums, so the description adds little parameter-level meaning. The mention of returning IDs provides some output context but does not enhance parameter semantics 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 clearly states it searches operational notes from two specific sites (csidia.com and splidia.com) with their domains. It uses a specific verb ('cerca' / 'searches') and resource ('articoli' / 'operational notes'), and explicitly ties results to the sibling tool 'fetch', distinguishing it from other tools.

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 indicates that returned results can be passed to 'fetch', establishing a clear workflow. However, it does not explicitly mention when not to use this tool or provide alternatives beyond fetch.

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.8/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: capabilities provides a static overview, fetch retrieves full articles, match_use_case maps needs to capabilities, and search finds articles. No overlap in functionality.

Naming Consistency3/5

Tool names mix parts of speech and styles: 'capabilities' (noun), 'fetch' (bare verb), 'match_use_case' (verb_noun with underscore), 'search' (bare verb). While each is clear, there is no consistent naming pattern.

Tool Count5/5

Four tools is well-scoped for the server's purpose—providing a service catalogue and searchable operational notes. Each tool earns its place without unnecessary excess or glaring omissions.

Completeness5/5

The tool surface covers the full lifecycle for the intended use: viewing the profile, searching articles, fetching full text, and matching use cases. No obvious gaps for a static catalogue and search system.

Resources