Skip to main content
Glama

propose_allocation

Read-onlyIdempotent

Proposes strategic target allocations for conservative, moderate, or aggressive risk postures, validated against canonical benchmarks with a walk-forward drawdown verdict.

Instructions

Propose a strategic target allocation for a risk posture (conservative / moderate / aggressive) over the user's book + the curated universe, and validate it against a canonical reference (60-40 / all-weather / permanent) with a walk-forward held-out drawdown verdict. Use to answer 'what should a moderate portfolio look like for me, and is it sound'. Propose-only: never trades, never a recommendation or return forecast — every weight comes from the deterministic core. The weights are always returned; the verdict needs the reference tickers cached, else it's null with a warm note. Pass benchmark='none' to skip validation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
presetNomoderate
benchmarkNo60-40

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
asofYes
noteNoRead-only: figures are derived from your transaction log and the on-disk price cache. Uncached prices are fetched online on demand — a one-time core warm on the first cold call, plus any new ticker you ask about (set ASSET_MCP_OFFLINE=1 to keep it strictly offline); a value still unavailable shows null (n/a), never a guess. This is a view, not financial advice.
presetYesconservative | moderate | aggressive
verdictNowalk-forward held-out drawdown comparison; null when the reference history isn't cached (see validation_note) or validation was skipped
weightsYes
benchmarkNoreference requested for validation, or null when skipped
validation_noteYes
unpriced_holdingsNoheld tickers with no cached price — the target was built over the priced subset, so a role's fund may differ from your actual dominant holding; warm the cache for the full picture
Behavior4/5

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

Annotations already indicate readOnlyHint=true and idempotentHint=true. The description adds value by explaining that every weight comes from a deterministic core, that it never trades or gives return forecasts, and that the verdict may be null if reference tickers are not cached, with a warm note. This enriches the behavioral understanding beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single paragraph but conveys all necessary information efficiently without redundancy. It could be broken into shorter sentences for easier scanning, but it is not overly long and every sentence contributes value.

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?

Given the tool has only two parameters with enums, an output schema (not shown but exists), and annotations, the description covers the tool's core function, input options, edge cases (cache miss), and boundaries (no trading, no recommendations). It is complete for an agent to decide when and how to invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has two parameters with enums but no descriptions (0% schema description coverage). The description compensates fully by naming the preset options (conservative/moderate/aggressive), the benchmark options (60-40/all-weather/permanent), the special value 'none' to skip validation, and the default values. This adds significant meaning beyond the schema.

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 clearly states the tool's purpose: proposing a strategic target allocation for a given risk posture and validating it against a canonical benchmark. It specifies the verb 'propose', the resource 'allocation', and the scope 'over user's book + curated universe', distinguishing it from sibling tools like 'rebalance_check' or 'risk_report'.

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 explicitly says when to use the tool: to answer 'what should a moderate portfolio look like for me, and is it sound'. It also clarifies what the tool does not do (never trades, never a recommendation), providing implicit when-not-to-use guidance. While it does not name alternative tools directly, the context and sibling list help differentiate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/disin7c9/asset-management'

If you have feedback or need assistance with the MCP directory API, please join our Discord server