Skip to main content
Glama

Detalhes de um investimento

get_investment_details
Read-only

Retorna detalhes completos de um investimento específico da Meelion a partir do ID ou slug, incluindo informações como tipo, emissor, distribuidor, rentabilidade, prazo, vencimento, garantias, riscos e demais campos disponíveis. Use quando o usuário quiser entender melhor uma oportunidade específica, comparar detalhes antes de investir ou aprofundar um item retornado por get_best_investments. English keywords: investment details, fixed income product, CDB, LCI, LCA, CRI, CRA, debenture, issuer, distributor, maturity, yield, guarantees, risk.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoID interno do investimento, se disponível.
slugNoSlug público do investimento na Meelion.

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering safety. The description adds valuable context by detailing the returned content (tipo, emissor, distribuidor, rentabilidade, prazo, vencimento, garantias, riscos), which is not present in annotations. No contradictions.

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 efficient: two main sentences plus a keyword list. It front-loads the core purpose, then usage, then helpful English keywords. No wasted words, and the structure is clean.

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?

Despite no output schema, the description enumerates the types of details returned, giving the agent a clear picture of the tool's output. Combined with usage guidance and sibling references, it is complete for a simple read-only detail tool with two optional parameters.

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?

Schema coverage is 100%, with both id and slug already described. The description adds a slight clarification that either 'ID ou slug' can be used for lookup, but this is marginal and not fully explicit about exclusivity. Baseline 3 is appropriate given the schema handles the heavy lifting.

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 returns complete details of a specific investment by ID or slug, listing the types of information included. It distinguishes itself from sibling get_best_investments by mentioning it deepens an item from that list.

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 provides explicit context for when to use the tool: 'Use quando o usuário quiser entender melhor uma oportunidade específica... ou aprofundar um item retornado por get_best_investments.' It references an alternative tool by name, but does not explicitly state exclusions or when not to use it.

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

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct resource: best investments, current indicators, future projections, specific investment details, and market quotes. The descriptions clearly separate current from projected indicators, and list vs. detail views. No overlapping functionality.

Naming Consistency5/5

All tools follow a consistent 'get_' prefix with descriptive noun phrases in snake_case. This creates a predictable pattern where the resource is always clear from the name.

Tool Count5/5

With 5 tools, the server is well-scoped for a financial information provider. Each tool addresses a core need without redundancy or bloat.

Completeness5/5

The tool surface covers the full read-only workflow: discover best investments, inspect details, check current indicators, view future projections, and monitor market quotes. No obvious gaps for the stated purpose of Brazilian fixed income and economic data.