Skip to main content
Glama

Hundo

get_assets

Read-only

List the user's assets (crypto, stocks, real estate, vehicles, etc.) with quantity, purchase price, latest market valuation, and P&L — the same numbers the app's net-worth page shows. costBasis, pnl, realizedPnl, and avgCostPerUnit are in the user's base currency; costBasis is the blended total cost (per-trade history included) and avgCostPerUnit is costBasis/quantity — use avgCostPerUnit for any 'average cost per share' question, NOT purchasePrice (which is only the fallback for units without recorded trades). purchasePrice and latestValuation.value are per-unit in the asset's own currency. All monetary fields are in major units. pnl is null only when no market price/valuation or exchange rate is available for the asset.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoFilter by asset type. Omit to return all.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior5/5

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

The description goes well beyond the readOnlyHint annotation. It explains monetary units, per-unit vs. blended totals, the relationship between costBasis and avgCostPerUnit, the fallback meaning of purchasePrice, and the exact condition under which pnl is null. This meaningfully helps the agent interpret the response.

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 dense but every clause earns its place: it front-loads the purpose, then adds high-value monetary-unit and costing clarifications. It does not repeat schema contents or waste tokens.

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

Completeness5/5

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

With no output schema, the description carries the burden of explaining what the response will contain and how to interpret it. It covers the key numeric fields, currencies, units, per-unit vs. total quantities, and the pnl null edge case. The single optional input parameter is already fully covered by the schema, making this sufficiently complete.

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?

The only parameter, type, is already fully documented in the schema with an enum list and description that says to omit it to return all asset types. Since schema_description_coverage is 100%, the description adds no additional parameter-level meaning beyond what the schema already gives, so the baseline of 3 is appropriate.

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 clearly states a specific verb and resource: it lists the user's assets with quantity, purchase price, valuation, and P&L. It is distinct from the propose_* write tools by nature, though it does not explicitly contrast itself with get_net_worth even though that sibling is close in name and scope.

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 description gives clear context for when to use the tool: when asset-level holdings and performance numbers are needed, and it notes the optional type filter. It does not explicitly explain when to prefer get_net_worth or when to avoid this tool, but the intended use is strongly implied by the detailed field guidance.

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