Skip to main content
Glama

Hottub News

Find people, organizations and places

find_entities
Read-onlyIdempotent

Look up Wikidata ids for a name (e.g. "Tesla", "Lagos") with how many items mention each in the last 7 days; pass the id as entity to search_news or list_stories.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint and openWorldHint, so safety is covered; the description adds real behavioral content by disclosing that the return includes per-entity mention counts scoped to the last 7 days, a recency constraint the annotations do not convey. It still doesn't say how ambiguous names are resolved.

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?

A single sentence that front-loads the action and return, then ends with the downstream routing instruction. Examples are inline and earn their place.

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?

No output schema exists, and the description does cover the shape of the return (Wikidata ids plus 7-day mention counts) and how to consume it. The main missing piece is disambiguation behavior when a name maps to several entities.

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 description coverage is 0%, so the description must carry the parameter burden, and it does partially by indicating `q` is a plain name with examples ("Tesla", "Lagos"). It does not say whether matching is fuzzy, case-sensitive, or whether multiple names can be passed.

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?

States a concrete verb and resource: looking up Wikidata ids for a name, and adds that the result carries a 7-day mention count. That is more than a restatement of the name, though it distinguishes itself from siblings mainly by naming them as downstream consumers rather than by contrasting its own scope.

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?

Explicitly tells the agent what to do with the result: pass the returned id as the `entity` argument to search_news or list_stories. That establishes the context of use clearly, but there is no negative guidance (e.g. what to do when no match or multiple matches are returned).

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