Skip to main content
Glama

Ifá Wisdom — biblioteca de Ifá e Orixás

Um Odu de Ifá

get_odu
Read-onlyIdempotent

Devolve um dos 256 Odus pelo slug (ex.: "ogbe", "oyeku", "ogbe-oyeku"; formas antigas como "eji-ogbe" são normalizadas). Os 16 Meji trazem texto próprio no idioma pedido; os 240 combinados trazem descrição editorial em português. A nomenclatura lucumí vem citada com a página do Tratado Enciclopédico de Ifá. Campos de conselho e texto litúrgico sem fonte verificada NÃO são devolvidos (listados em omitted).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
localeNoIdioma da resposta: pt-BR (base), en, es, de.pt-BR

Schema Changelog

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

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already establish readOnly and idempotent safety. The description adds substantial behavioral context beyond that: slug normalization of old forms, the fact that only Meji Odus are translated while combined ones always return Portuguese, the citation of the Tratado Enciclopédico, and the explicit omission of unverified fields listed in 'omitted'. This is exactly the kind of disclosure that helps an agent interpret responses.

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?

Every sentence earns its place: scope, language behavior, source citation, and omission policy. The main action is front-loaded, and the structure is tight despite covering multiple behavioral details.

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?

The description covers slug variants, locale expectations, citation info, and omitted unverified fields, which is enough for an agent to invoke the tool correctly and interpret most responses. It does not specify the output envelope or error behavior for unknown slugs, but given the annotations and focused scope, this is a minor gap.

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

Parameters5/5

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

The slug parameter has no schema description, but the description compensates with concrete examples and normalization rules. For locale, the schema only says 'language of response', while the description clarifies a critical nuance: locale only affects the 16 Meji texts, not the 240 combined Odus. This adds real meaning over the schema.

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 opens with 'Devolve um dos 256 Odus pelo slug' — a specific verb plus resource — and clarifies the two content types (16 Meji with own text, 240 combined with editorial description). It clearly differentiates itself from the sibling get tools by targeting Odus only.

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 intended use is clear: call this when you have an Odu slug and want its corresponding content, optionally in a specific locale. It does not explicitly name alternatives or state when not to use it, but the narrow resource scope makes the usage context unambiguous.

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.2/5.0
Disambiguation4/5

As ferramentas têm papéis majoritariamente distintos: get_ para itens únicos, list_ para coleções e search_library para busca transversal. A única sobreposição possível é entre get_glossary e search_library, mas a primeira é consulta direta ao dicionário e a segunda é busca geral.

Naming Consistency5/5

Todos os nomes seguem o padrão verbo_substantivo em snake_case, com verbos claros como get_, list_ e search_. Isso torna o conjunto previsível e fácil de usar.

Tool Count5/5

Sete ferramentas é um número bem equilibrado para uma biblioteca de conteúdo sobre Ifá e Orixás. Cada ferramenta cobre um tipo de recurso ou operação essencial sem excesso.

Completeness4/5

A superfície cobre os principais conteúdos: artigos, glossário, Odus, Orixás, estudos e busca integrada. Falta uma forma direta de listar todos os Odus ou Orixás, mas a busca pode mitigar essa lacuna.

Resources