Skip to main content
Glama

faq

FAQ su prenotazione, pagamento, voli, hotel, cancellazione, bagaglio, assicurazione. Senza parametri restituisce tutte le ~40 FAQ.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domandaNoParola chiave da cercare nel testo della domanda (match parziale)
categoriaNoCategoria FAQ

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It does reveal the parameterless default behavior and the categories, but it does not explain how filters behave when combined, what happens on no matches, or the response format.

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?

Two short sentences, front-loaded with the topic list and default behavior. There is no redundancy or unnecessary detail.

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?

The tool is simple and read-only; the description covers the main use cases (filter by category/keyword or get all FAQs). It omits filter-combination logic and return structure, but the schema supplies parameter details, and no output schema is present.

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?

The schema already describes both parameters with 100% coverage, so the baseline is 3. The description adds only the 'without parameters' behavior and does not provide additional syntax or filter combination details 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 identifies the tool as a FAQ resource covering a clear set of topics (booking, payment, flights, etc.) and states that it returns all ~40 FAQs when called without parameters. This clearly differentiates it from sibling tools focused on hotels, offers, and excursions.

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?

It provides a clear usage condition: without parameters, all FAQs are returned, implying filters are used for targeted queries. The topic scope is explicit, but no alternatives or exclusion cases are mentioned.

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