get_portfolio_historical_timeline
Return historical portfolio record entries in a selected currency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| from | No | ||
| currency | Yes |
Return historical portfolio record entries in a selected currency.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| from | No | ||
| currency | 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?
With no annotations, the description carries full burden for behavioral disclosure. It only states that entries are returned, with no mention of side effects, authentication needs, date range behavior, currency handling, or error cases.
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?
One sentence of 8 words is concise, but it sacrifices completeness. While efficient, it lacks necessary details for an effective tool description.
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 no annotations, no output schema, and three parameters, the description is severely incomplete. It fails to describe the return format, date range filtering behavior, currency constraints, or any limits. This is inadequate for an AI agent to use correctly.
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?
Schema description coverage is 0%, so the description must provide parameter details. It only mentions currency ('in a selected currency'), but does not describe the 'to' and 'from' date parameters at all. No additional meaning beyond parameter names.
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 the verb 'Return' and resource 'historical portfolio record entries', and adds a filter qualifier 'in a selected currency'. It distinguishes from siblings like get_portfolio_performance which focuses on performance metrics, but 'record entries' is somewhat vague and could be more explicit.
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?
No guidance is provided on when to use this tool versus alternatives such as get_portfolio_performance or run_tax_estimate. The description lacks context about prerequisites, when not to use, or appropriate date ranges.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.