Skip to main content
Glama

finance_financial_advice_personal_investments_au

Destructive

Provides financial advice for personal investments in Australia.

Instructions

Run the finance domain agent action financial_advice_personal_investments_au.

Routes through the platform's domain-agent dispatcher under your JWT, tenant, and company scope.

Args: message: Free-text objective for the action. inputs: Optional JSON string of structured inputs for the action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputsNo{}
messageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

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

  1. Addedv0.1.1

TDQS

C2.2/5.0
Behavior2/5

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

The description adds only that the tool routes through a domain-agent dispatcher, which is a thin behavioral detail. Annotations already indicate destructive, non-idempotent, and open-world behavior, but the description does not clarify what gets destroyed, what side effects may occur, or whether this is purely advisory. It neither contradicts the annotations nor meaningfully expands on them.

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 short and organized with an Args section, and the routing/scope detail is front-loaded. There is no fluff or redundant explanation beyond the tautological opening line. It earns a slightly above-average score for being compact and skimmable.

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

Completeness2/5

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

Although annotations and an output schema exist, the description omits the domain-level context an agent needs to select this tool correctly among dozens of finance siblings. It never states that this is for Australian personal investment advice, what the action will do with the message, or when this should be used instead of a more direct tool. The description is complete only for the generic dispatcher mechanics, not for the actual task.

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

Parameters2/5

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

With schema description coverage at 0%, the description carries the burden of explaining parameters. It offers only generic labels: message is a 'Free-text objective' and inputs is an 'Optional JSON string of structured inputs'. These are minimally useful but do not explain what objectives are valid, what structured inputs are supported, or how to format them, leaving the agent to guess for correct invocation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description mostly restates the tool name as 'Run the finance domain agent action financial_advice_personal_investments_au', which is effectively a tautology. It does not explain in plain terms what the action accomplishes, such as providing financial advice on personal investments in Australia. The only added information is routing through a dispatcher, which explains mechanism, not purpose.

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?

There is no guidance on when to use this tool versus alternatives such as finance_financial_advice_personal_investments_ca, finance_financial_advice_mortgage_finance_au, or finance_chat. The description mentions JWT, tenant, and company scope, but that is contextual plumbing rather than usage guidance. No exclusions or alternative routing conditions are provided.

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/RPasquale/lightbulb-mcp'

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