Get today brief
get_today_briefThe household's daily briefing — what matters today.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| household_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |
get_today_briefThe household's daily briefing — what matters today.
| Name | Required | Description | Default |
|---|---|---|---|
| household_id | No |
| Name | Required | Description | Default |
|---|---|---|---|
| result | 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?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds minimal context about the household scope and daily/timely nature, but does not disclose any additional behavior such as whether results are cached, time-sensitive, or dependent on user context.
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 one short, front-loaded sentence that quickly conveys the core resource. It is concise, but the phrase 'what matters today' is somewhat filler and does not add concrete detail.
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?
Although output schema and annotations exist, the description still lacks essential usage context: when this tool is the right choice, what household_id means, and how it relates to other briefing tools. For a tool with an optional parameter and no schema description coverage, the description should compensate—and it does not.
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%, and the description does not explain household_id or its default value. The word 'household's' hints at the parameter's purpose, but the agent cannot learn whether the parameter is required, how it filters results, or what happens with the empty default.
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 identifies the tool as the household's daily briefing, which is a specific verb+resource combination and distinguishes it from sibling briefs like get_market_brief or get_country_brief. However, 'what matters today' is vague about what content the briefing actually contains, so it is not a fully exact purpose statement.
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 gives no guidance on when to use this tool versus alternatives such as get_executive_brief, get_household_aum, or get_portfolio_summary. It also does not explain whether household_id should be provided or how the tool behaves when it is omitted.
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.
Most tools are distinct, but several pairs overlap in purpose: get_market_data and list_watchlist both return watchlist prices/signals, and the four 'brief' tools have fuzzy boundaries. Descriptions help, but an agent could easily select the wrong one without deeper context.
The dominant verb_noun pattern (get_* for details, list_* for collections) is clear and consistent in style. There are minor deviations like lookup_index_by_brand and run_technical_analysis, and several plural collections use get_, but these remain readable and mostly predictable.
39 tools is well past the 25+ threshold and represents a heavy surface for an agent to navigate. The broad wealth domain explains some of the count, but many granular getters could be consolidated or curated.
The set covers the advertised wealth surface well—portfolio, risk, credit, real assets, markets, geopolitics, watchlist, goals, family, and documents—but it is read-only and lacks obvious navigation endpoints like list_portfolios or detail views for goals/alerts. Agents can retrieve most data, but not all lifecycle operations or entity enumerations are present.