Skip to main content
Glama

get_entity_provenance

Read-only

For one company, model, or person: how much of the claim activity Horizon holds provenance data for is self-reported by that entity versus independently evaluated by someone else. Descriptive counts over the last 30 days — not a score, and not a judgement about whether any claim is true. Answers "is the buzz around X coming from X?".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entityYesEntity name, e.g. 'Qwen 3.8' or 'Anthropic'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
entityNo
provenanceNoNull when fewer than 3 claims are held for this entity.

TDQS

A4.4/5.0
Behavior4/5

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

The description states that the tool is read-only (readOnlyHint: true is already annotated) and gives temporal scope ('over the last 30 days') and data nature (descriptive counts, not a score or judgment). It adds context beyond the annotation, explaining what the tool returns without contradicting the annotation.

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 two sentences long, front-loads the key action and entity scope, and avoids fluff. It efficiently conveys purpose, data context, and exclusions. Could be considered slightly dense but not verbose; earns a 4 for being concise and well-structured.

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?

The tool has only one parameter, complete schema coverage, and a provided output schema. The description explains the tool's purpose, data time window, and what it does not provide, making it complete for an agent to select and invoke correctly. No gaps are present given the simplicity and available structured metadata.

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 input schema documents the 'entity' parameter with examples (e.g., 'Qwen 3.8' or 'Anthropic'). The description adds meaning by clarifying the kind of entity (company, model, or person) and the context of how the data is used (provenance split). Since schema coverage is 100%, the baseline is 3, but the description provides valuable extra semantics, earning a 4.

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's purpose: for one entity (company/model/person), it shows how much claim provenance data is self-reported vs independently evaluated, over the last 30 days. It specifies the verb ('get'), resource ('entity provenance'), and distinguishes from a score or judgment, differentiating it from siblings like get_china_signal or get_topic_signal.

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 when to use this tool ('to answer is the buzz around X coming from X?') and clarifies what it does not do (not a score, not a judgment). It provides clear context but does not explicitly state when not to use it or list alternatives among the provided sibling tools.

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

A4.3/5.0
Disambiguation4/5

Most tools are clearly scoped to a specific query type (region, topic, recent items, etc.). The only overlap is get_china_signal as a preset of get_region_signal, but the description explicitly labels it as a shortcut, reducing ambiguity.

Naming Consistency4/5

All tools use verb_noun with underscores, but the mix of get_, list_, and search_ verbs and the get_china_signal preset (a value rather than a dimension) make it slightly less uniform than a pure get_* set.

Tool Count5/5

10 tools is within the ideal 3-15 range and covers the core operations of an AI news intelligence service without bloat.

Completeness4/5

The set covers regional/topic signals, recent updates, daily synthesis, regulation, blind spots, search, and related-item exploration. Minor gaps: no tool to fetch full article bodies (paywalled) and no explicit topic list, but core workflows are functional.

Resources