Skip to main content
Glama

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

Buscar na biblioteca do Ifá Wisdom

search_library
Read-onlyIdempotent

Busca por termo em toda a biblioteca: os 256 Odus (nomes yorubá e lucumí), os Orixás (grafias do Brasil, de Cuba e da Nigéria), os Estudos, os posts do blog e o glossário. Devolve os melhores resultados com a URL da página. Use antes de get_odu / get_orixa / get_article quando não souber o slug.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYesTermo de busca, ex.: "Oxum", "Ika Bemi", "ebó", "Ogum ferro".
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
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, so the safety profile is covered. The description adds useful behavioral context by specifying the breadth of the search and that results include page URLs, going beyond merely repeating the annotations.

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?

Three concise sentences with no filler: scope, output, and usage condition. The most important identifying information is front-loaded, and the alternative-tool routing appears at the end without bloating the description.

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?

For a read-only search tool with strong annotations and clear schema coverage, the description is complete for selection and invocation. It tells the agent what the search covers, what output to expect (best results with URL), and when to prefer it over sibling tools.

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?

Schema coverage is 67%, covering query and locale. The description adds meaning by clarifying what kinds of terms are valid to search for (Odus, Orixás, Estudos, blog posts, glossary), which goes beyond the schema's generic 'Termo de busca' wording. The limit parameter is not elaborated, but its schema constraints are sufficient.

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 uses a specific verb ('Busca por termo') and names the resource ('toda a biblioteca') while enumerating exactly which content types are searched. It also distinguishes itself from get_* tools by stating it returns best results with page URLs and is meant for unknown slugs.

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

Usage Guidelines5/5

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

The description explicitly instructs when to use the tool: 'Use antes de get_odu / get_orixa / get_article quando não souber o slug.' This names the alternative tools and the precise condition that selects search_library over them.

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