Skip to main content
Glama

revnuvo_get_company_timeline

Retrieve a chronological timeline of changes for a company domain, including website, technology, and DNS updates with timestamps and confidence evidence.

Instructions

Chronological change timeline for a domain. Free plan sees the last 7 days.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax events (default 20)
domainYesCompany domain

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It discloses chronological ordering and the free-plan time window, but it does not describe return format, pagination, authentication needs, or whether the operation is read-only. This is thin behavioral coverage for a tool with no annotation safety hints.

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, no filler, and the core action is front-loaded. The free-plan note is valuable and efficiently included.

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

Completeness2/5

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

With no output schema and no annotations, the description is the only source of behavioral context. It is too sparse to fully support invocation, especially given the likely overlap with get_company_changes and the lack of any description of what events look like or how limit interacts with the timeline.

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 100%, so both parameters are already documented in the schema. The description adds no extra semantic detail beyond tying the tool to a domain, which is sufficient for the baseline score of 3.

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?

The description states a specific verb and resource: it is a chronological change timeline for a domain. It clearly separates it from state, technologies, search, monitor, verify, and get_company siblings, but it does not distinguish it from the similarly named get_company_changes tool.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool versus siblings such as get_company_changes or get_company_state. The only contextual hint is the free-plan 7-day limitation, which is a constraint, not a usage guideline.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.