Skip to main content
Glama

Search Mediawork

search

Search everything Mediawork publishes — vendor directory listings, FAQ entries and blog posts — and return matching records as {id, title, url}. Pass an id to fetch to read one in full. If your client supports them, the dedicated tools (search_facilities, search_faq, …) give richer, filterable results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesWhat to search for

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
    • removedInput schema / additionalProperties
      Removed value: -false
  2. First observed

TDQS

A4.7/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the return format ({id, title, url}) and the relationship to `fetch`, which is valuable behavioral context. However, it does not mention potential pagination, rate limits, or indexing freshness, which would make it more transparent.

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 sentences, front-loaded with the core function and return shape, then providing workflow guidance. Every sentence earns its place with no filler.

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

Completeness5/5

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

For a single-parameter search tool with no output schema, the description explains what is searched, the return format, how to retrieve full records, and when to prefer other tools. This covers all essential aspects needed for correct invocation and follow-up.

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?

The schema already documents the only parameter (`query`) 100%, so the baseline is 3. The description adds meaning by enumerating what the query can match (directory listings, FAQ, blog posts), giving the agent a better sense of the search scope beyond 'What to search for'.

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 tool searches across all content types (vendor directory listings, FAQ entries, blog posts) and returns a uniform record structure. It distinguishes itself from sibling tools by explicitly positioning dedicated search tools as richer alternatives, making its scope clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides explicit guidance on when to use this tool vs. alternatives: use dedicated tools when available for richer results, and use `fetch` to read a full record by id. This exceeds basic context by naming the alternative tools and the workflow.

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.