Skip to main content
Glama

Trustbase Lab · rCB & Chemical Recycling Data

Capacity Announcements Timeline

get_announcements_timeline
Read-onlyIdempotent

Purpose: return a chronological timeline of company announcements across the rCB industry - results, capacity,certification and delivery approvals. Guidelines: filter by region and by date range (YYYY-MM-DD) to isolate awindow; use alongside query_companies when tracking capacity build-out, and with query_policies when aregulatory date drives an announcement. Limits: announcement-derived items only - claims are not independentlyconfirmed and full press-release text is not served; coverage depends on what companies have publicly announced,so absence is not evidence of inactivity. Ex: get_announcements_timeline(region='欧洲'),get_announcements_timeline(date_from='2026-01-01', limit=50).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo返回条数上限(默认 20)
regionNo可选:欧洲 / 北美 / 亚太 / 中国 / 全球
date_toNo可选:结束日期 YYYY-MM-DD
date_fromNo可选:起始日期 YYYY-MM-DD

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesHuman-readable result (markdown, or a JSON string when response_format=json).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "additionalProperties": true,
      +  "properties": {
      +    "text": {
      +      "description": "Human-readable result (markdown, or a JSON string when response_format=json).",
      +      "type": "string"
      +    }
      +  },
      +  "required": [
      +    "text"
      +  ],
      +  "type": "object"
      +}
  2. Added

TDQS

A3.8/5.0
Behavior1/5

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

The description adds useful caveats (claims are not independently confirmed, full press-release text is not served, coverage depends on public announcements), but it says 'absence is not evidence of inactivity,' which contradicts the annotation openWorldHint=false. That annotation indicates a closed-world assumption where absence should be meaningful, while the description asserts the open-world interpretation; per the rubric this contradiction forces a 1.

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?

The description is tightly organized into Purpose, Guidelines, Limits, and Examples, with every clause contributing information. It front-loads the core behavior and immediately supplies the date format and two minimal calling examples.

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?

For a read-only tool with an output schema and only optional parameters, the description covers purpose, usage, limits, and examples, which is nearly complete. The open-world contradiction prevents a 5 because it leaves the agent with conflicting instructions about whether missing announcements are meaningful.

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 coverage is 100%, so the baseline is 3. The description adds value by specifying the date format (YYYY-MM-DD), demonstrating region values ('欧洲'), and showing how the limit parameter is used in an example, which goes beyond the schema's brief field descriptions.

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 names a specific verb-resource pair: 'return a chronological timeline of company announcements across the rCB industry' and enumerates what the announcements cover (results, capacity, certification, delivery approvals). It also clarifies that items are 'announcement-derived items only,' which helps distinguish it from article or policy query tools.

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 'Guidelines' section tells the agent to filter by region and date range and explicitly names sibling tools with conditions: use with query_companies when tracking capacity build-out and with query_policies when a regulatory date drives an announcement. It lacks an explicit when-not-to-use/fallback statement, so it stops short of a 5.

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