Skip to main content
Glama

popadex-personal-finance

get_portfolio_performance

Return per-asset-type portfolio change metrics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are present, so the description carries full burden. It does not disclose read-only nature, authentication needs, rate limits, or data freshness. It only states what it returns, missing important behavioral context.

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 a single, front-loaded sentence with no unnecessary words. Every word adds value, making it appropriately concise.

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

Completeness3/5

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

Given no output schema, the description does not explain return format or structure. 'Change metrics' is ambiguous (e.g., absolute change, percentage). For a simple tool, it may be adequate, but it leaves room for interpretation.

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?

With no parameters and 100% schema coverage (empty schema), the description adds meaningful context: 'per-asset-type portfolio change metrics' clarifies the output dimensions. The baseline for 0 params is 4, and this description meets it.

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 uses a specific verb 'Return' and resource 'per-asset-type portfolio change metrics', which clearly distinguishes it from siblings like 'get_portfolio_total_value' or 'get_net_worth_summary'. However, 'change metrics' is somewhat vague and could be more precise.

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 provided on when to use this tool versus alternatives. The description does not mention any specific usage context or exclude any scenarios, leaving the agent to infer from sibling names.

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

B3.2/5.0
Disambiguation5/5

Each tool targets a distinct aspect of personal finance (budget, country comparisons, portfolio, net worth, retirement, salary, tax) with no apparent overlap in functionality.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case, using verbs like 'build', 'compare', 'export', 'get', 'run' followed by a descriptive noun phrase.

Tool Count5/5

With 11 tools covering various personal finance analysis tasks, the count is well-scoped—neither too few to be useful nor too many to cause confusion.

Completeness4/5

The set covers key areas like budget, portfolio, net worth, retirement, salary, and tax, but may lack more granular operations like transaction management, which could be intentional for an analysis-focused server.

Resources