Skip to main content
Glama

Search Content

search_content

Search Iconic Expeditions content across itineraries, activities, destinations, and posts. Flows through the content chain (WordPress -> local cache -> AI fallback), so gaps WordPress doesn't cover are filled with clearly-labeled AI-synthesized results. Each item includes a source field (wordpress | cache | ai).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYesContent type to search
searchNoSearch keyword
per_pageNo

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It transparently reveals the multi-source search behavior, fallback mechanism to AI, and that AI results are 'clearly-labeled' with a 'source' field. However, it doesn't mention rate limits, caching freshness, or whether this is a read-only operation. The AI fallback disclosure is valuable and goes beyond basic tool purpose.

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 three sentences long, front-loaded with the core purpose and then detailing the fallback mechanism. Every sentence adds value, but the structure could be slightly tighter: the last sentence about the 'source' field could be integrated into the second sentence. Still, it is efficient and clear.

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 tool's relative complexity (multi-source search with fallback) and no output schema, the description adequately explains data freshness, source labeling, and the content types. It lacks pagination or return format details, but the 'per_page' parameter and source field provide enough context for an agent to use it correctly.

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

Parameters4/5

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

Schema description coverage is 67%: the 'type' and 'search' parameters have descriptions, while 'per_page' does not. The description adds no additional parameter details beyond the schema. With moderate coverage, the description does not compensate for the missing 'per_page' description, but the parameter is self-explanatory (a standard pagination parameter) and has clear defaults/min/max. The description adds context about the output 'source' field, which indirectly enhances understanding of 'type' results.

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 the verb 'Search' and the resource 'Iconic Expeditions content across itineraries, activities, destinations, and posts', distinguishing it from siblings like 'get_content' (specific item retrieval) and 'search_wp_content' (WordPress-only). The specific content types are listed, making the scope unambiguous.

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 explains the content chain flow (WordPress -> local cache -> AI fallback) and how gaps are filled, but it does not explicitly state when to use this tool over alternatives like 'search_wp_content' or 'get_content'. The context is clear for when this tool covers multiple sources, but no exclusions or when-not-to-use guidance are provided.

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

Every tool targets a distinct operation or resource: create, read, update, delete for itineraries; add/delete for activities and days; content/destination retrieval; pricing and booking services. The two aliases are explicitly marked as backward-compatible, so agents can still distinguish them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case (e.g., create_itinerary, delete_activity, get_itinerary_dossier). Even the aliases (get_wp_content, search_wp_content) adhere to the same convention, ensuring predictability.

Tool Count4/5

23 tools is on the higher side but justified by the domain's complexity: itinerary CRUD, day/activity management, content search, destination lookup, pricing, booking services, and dossier handling. Each tool serves a clear purpose, though minor consolidation could be possible.

Completeness4/5

Covers the full lifecycle for itineraries and most related entities. Missing operations like updating or deleting a day, or updating an activity, are minor gaps that agents can work around by recreating or using get_itinerary. The planning dossier and booking request tools add depth.

Resources