Aggregate tracker awards
tracker_aggregateCounts of tracker awards grouped by theatre, layer, or awardee. Requires a tracker licence token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dimension | Yes |
tracker_aggregateCounts of tracker awards grouped by theatre, layer, or awardee. Requires a tracker licence token.
| Name | Required | Description | Default |
|---|---|---|---|
| dimension | Yes |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the behavioral transparency burden. It discloses a key requirement (licence token) and implies a read-only operation through the word "Counts." However, it does not describe the output format, potential pagination, or any other behavioral traits. The token requirement is useful, but the description is thin overall.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences long, front-loaded with the core function and followed by the prerequisite. Every word earns its place, with no redundancy or filler. It is exceptionally concise while still conveying the essential purpose and a key constraint.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simplicity of the tool (one enum parameter, no output schema), the description adequately explains what the tool does and the required token. It could go further by describing the returned counts' structure, but for a straightforward aggregation tool this is likely sufficient. The sibling tools imply a comparison context, but the description stands on its own.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has a single parameter 'dimension' with an enum, but the schema itself provides no descriptive text (0% coverage). The description compensates by explicitly naming the grouping options ('theatre, layer, or awardee'), which directly clarifies the parameter's meaning. This adds value beyond the raw enum list.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states that the tool counts tracker awards grouped by theatre, layer, or awardee. The verb "Counts" and the specified grouping dimensions make the purpose specific and distinguishable from the sibling tracker_awards tool, which likely lists raw awards. However, it does not explicitly name an alternative tool or contrast with siblings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives such as tracker_awards, compare_companies, or search_content. It only mentions a licence token requirement, which is a prerequisite rather than a use-case guideline. There are no explicit or implicit instructions on appropriate scenarios or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Each tool targets a distinct resource or operation. Content tools (get_briefing, get_company_profile, get_intelligence_page, compare_companies) are clearly separated by content type, while tracker_* tools each serve a unique data query function. There is no ambiguity between content retrieval and tracker analysis.
Content tools follow a verb_noun pattern (get_*, compare_companies, list_catalogue, search_content), but tracker_* tools use a noun-prefix style (tracker_aggregate, tracker_awards, tracker_capital_ledger). This mixed convention is internally consistent within each group but not throughout the server.
12 tools is well-scoped for a server covering both content access and a tracker dataset. Each tool has a clear purpose, and the number aligns with the guideline of 3-15 tools.
The tool surface covers all announced content types (briefing, intelligence page, company profile, comparison) with get/compare operations, plus catalogue listing and cross-type search. The tracker tools provide comprehensive querying and metadata access, with no obvious missing operations.