Skip to main content
Glama

Search AI Worlds Knowledge

worlds_search_knowledge
Read-onlyIdempotent

Search 162 multilingual, source-checked operating manuals for Claude Code, Codex, and Grok Build: 18 CLI usage and feature modules per product in English, Traditional Chinese, and Japanese. Website articles, news, newsletters, opinion, and release archives are not in this corpus. Returns bounded excerpts, commands when present, canonical links, official sources, and review dates. It never modifies state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYesNatural-language task, concept, error, or exact CLI command.
scopeNoThe only collection is core: balanced, source-checked CLI usage and feature manuals.core
offsetNo
worldsNoOptional canonical world filters: claude, gpt, or grok.
productsNoOptional product filters such as claude-code, codex, or grok-build.
languagesNoOptional locale filters: en, zh-tw, or ja.
content_typesNoOptional content filters, for example tutorial or field-guide.
source_statusNoOptional provenance filter. Every published manual is source-checked.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
itemsYes
queryYes
scopeYes
totalYes
offsetYes
has_moreYes
next_offsetNo

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, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds useful behavioral detail about return contents ('bounded excerpts, commands when present, canonical links, official sources, and review dates'). It also confirms state non-modification, which is redundant but consistent with annotations. No contradiction.

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 sentences, each earning its place: scope, exclusions, and returns. Information is front-loaded with the core verb and resource. The dense numeric details (162 manuals, 18 modules, three languages) are compact and valuable for quick understanding.

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?

Given the presence of a rich output schema and annotations, the description need not explain every return value. It covers the corpus scope, exclusions, return content, and state behavior. For a search tool with 9 params and sibling context, this is fully sufficient to guide selection and invocation.

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 78%, and the schema already provides meaningful descriptions for most parameters (query, scope, worlds, products, languages, content_types, source_status). The description adds no additional parameter-level semantics, only high-level corpus characteristics. This aligns with the baseline of 3 for high schema coverage.

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 identifies the verb ('Search') and a specific resource: '162 multilingual, source-checked operating manuals for Claude Code, Codex, and Grok Build'. It also scopes the corpus precisely (18 modules per product, three languages) and explicitly lists exclusions, which helps differentiate from sibling tools like worlds_search_cli_reference or worlds_get_document.

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 gives clear context for when this tool is appropriate: when seeking operating-manual knowledge for the listed CLI products. It also provides an explicit when-not by stating 'Website articles, news, newsletters, opinion, and release archives are not in this corpus.' However, it does not name any alternative sibling tools or state 'use this instead of X', so it stops short of the highest bar.

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

Most tools target distinct resource types (commands, configurations, workflows, models, versions, documents, catalogs), but some boundary overlap exists: 'worlds_advise_hard_problem' and 'worlds_plan_cli_work' both select model/effort pairings, and 'worlds_search_cli_reference' vs 'worlds_search_knowledge' both touch workflow content. The detailed descriptions help, but an agent might occasionally hesitate between these pairs.

Naming Consistency5/5

All tools share the 'worlds_' prefix and follow a consistent verb_noun pattern: advise, compare, get, list, plan, search. Minor pluralization differences (workflows vs workflow) are negligible and do not break the pattern.

Tool Count5/5

With 12 tools, the set is well-scoped for a knowledge server covering three CLIs. Each tool serves a distinct retrieval, search, or planning need without feeling bloated or insufficient.

Completeness5/5

The server provides thorough read-only coverage: searching manuals and reference, retrieving specific commands/configurations/workflows/documents, listing catalogs/models/versions, comparing workflows, and planning/advising. There are no obvious gaps or dead ends within its stated purpose.

Resources