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.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • removedInput schema / anyOf
      Removed value: -[
      -  {
      -    "required": [
      -      "id"
      -    ]
      -  },
      -  {
      -    "required": [
      -      "slug"
      -    ]
      -  }
      -]
    • changedInput schema / properties / id / description
      Previous value: -"ID interno do investimento na Meelion."New value: +"ID interno do investimento, se disponível."
    • changedInput schema / properties / slug / description
      Previous value: -"Slug público do investimento na Meelion, normalmente presente na URL do produto."New value: +"Slug público do investimento na Meelion."
    • addedInput schema / required
      Added value: +[]
  2. Changed3 schema fields changed
    • addedInput schema / anyOf
      Added value: +[
      +  {
      +    "required": [
      +      "id"
      +    ]
      +  },
      +  {
      +    "required": [
      +      "slug"
      +    ]
      +  }
      +]
    • changedInput schema / properties / id / description
      Previous value: -"ID interno do investimento, se disponível."New value: +"ID interno do investimento na Meelion."
    • changedInput schema / properties / slug / description
      Previous value: -"Slug público do investimento na Meelion."New value: +"Slug público do investimento na Meelion, normalmente presente na URL do produto."
  3. Changed3 schema fields changed
    • removedInput schema / anyOf
      Removed value: -[
      -  {
      -    "required": [
      -      "id"
      -    ]
      -  },
      -  {
      -    "required": [
      -      "slug"
      -    ]
      -  }
      -]
    • changedInput schema / properties / id / description
      Previous value: -"ID interno do investimento na Meelion."New value: +"ID interno do investimento, se disponível."
    • changedInput schema / properties / slug / description
      Previous value: -"Slug público do investimento na Meelion, normalmente presente na URL do produto."New value: +"Slug público do investimento na Meelion."
  4. First observed

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.