Skip to main content
Glama
dnb-editorial

@deunobicho/mcp

get_sonho

Look up a dream in the jogo do bicho dream book and receive its meaning, animal to bet, and lucky numbers (dezenas, centenas, milhares) for betting.

Instructions

Retorna a interpretação de um sonho no livro dos sonhos do jogo do bicho (curadoria editorial deunobicho.online): significado, bicho a jogar, dezenas, centenas, milhares.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesSlug do sonho, ex: "cobra", "morto", "dinheiro", "casa". Ver lista completa em deunobicho.online/livro-dos-sonhos.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.5/5.0
Behavior2/5

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

Annotations are entirely absent, so the description must indicate side effects, error behavior, and data source reliability. It only says "Retorna" (returns), implying a read operation, but does not disclose that it is an external lookup, what happens with an invalid slug, or any rate limits or authorization requirements. The mention of editorial curation on deunobicho.online hints at an external dependency, but not enough.

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 a single sentence with no filler. The main verb and resource are front-loaded, followed by a colon that enumerates the output content and source attribution. Every phrase provides useful information.

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

Completeness3/5

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

Given it is a simple one-parameter lookup with no output schema or annotations, the description covers the core purpose and output structure. However, it lacks usage differentiation from search_sonhos and does not disclose behavioral caveats. It is adequate but not fully complete.

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 description coverage is 100%, so the slug parameter is already well-documented with examples and a link to the full list. The description does not add any extra meaning about the parameter; it focuses on the return content. Baseline 3 applies.

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 dream interpretations from the jogo do bicho dream book, with specific content: meaning, animal to play, and gambling numbers. It distinguishes itself from siblings like get_resultado_federal and search_sonhos by focusing on a predefined dream interpretation lookup, not results or search.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is implied: the agent should use this when it has a dream slug and wants the interpretation. However, there is no explicit guidance on when to use this instead of search_sonhos, nor exclusions or alternative routes. The schema mentions a full list of slugs but does not provide decision context.

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