Skip to main content
Glama
dnb-editorial

@deunobicho/mcp

get_legalidade

Retrieve the legal status of jogo do bicho in Brazil, based on Decreto-Lei 3.688/1941 and Lei 14.790/2023 for fixed-odds betting context.

Instructions

Retorna o status legal do jogo do bicho no Brasil (Decreto-Lei 3.688/1941 art. 58 + contexto Lei 14.790/2023 das apostas de quota fixa). Fonte oficial via deunobicho.online.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the transparency burden. It discloses what the tool returns (legal status), the relevant legislation, and the source ('deunobicho.online'). It does not describe the output format or whether the answer is static text, but for a parameterless informational tool this is a minor gap.

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?

A single sentence that front-loads the core action and then includes authoritative legal references and provenance. Every phrase earns its place with no filler.

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

Completeness4/5

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

For a zero-parameter, static information tool, the description covers what it returns and the legal basis. It could briefly mention the output shape or an 'informational only' caveat, but nothing essential for invoking it correctly is missing.

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

Parameters4/5

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

The tool has zero parameters, so there are no parameter meanings to clarify. The baseline of 4 applies, and the description appropriately adds domain context rather than parameter syntax.

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?

States a specific verb ('Retorna'), a precise resource ('status legal do jogo do bicho no Brasil'), and legal references that identify its topic. This clearly distinguishes it from sibling tools, which cover results, dreams, groups, and quotes.

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 context of a legal-status query is clear from the resource and legal citations, so an agent can tell when to invoke it. It does not explicitly name alternatives or exclusions, but no sibling covers legal status, so the implied use case is sufficient.

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