Skip to main content
Glama

Consult the Strongest Available Model for One Hard Problem

worlds_advise_hard_problem
Read-onlyIdempotent

Choose the maximum-depth model-and-effort pairing for one difficult problem within the caller's actual CLI set. For a single CLI it selects that provider's strongest catalog role; with multiple CLIs it returns provider candidates but does not invent a universal cross-provider winner. It uses single-task depth, never ultra or ultracode orchestration, defaults to read-only, and does not launch a CLI or grant permissions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskYes
current_cliYes
preferred_cliNoOptional user-selected provider. This is an explicit preference, not a benchmark verdict.
available_clisNo
selection_scopeNocurrent-cli
execution_intentNoread-only

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskYes
safetyYes
evidenceYes
current_cliYes
decision_ruleYes
recommendationYes
advisor_versionYes
selection_scopeYes
provider_candidatesYes
live_validation_stepsYes
cross_provider_verdictYes

TDQS

A4.1/5.0
Behavior5/5

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

Beyond the annotations (readOnlyHint, idempotentHint, destructiveHint), the description discloses key behavioral traits: 'uses single-task depth, never ultra or ultracode orchestration, defaults to read-only, and does not launch a CLI or grant permissions.' It also explains the cross-provider candidate behavior, which is valuable context not captured in structured metadata.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a tight paragraph of four sentences, front-loaded with the main purpose. Each sentence adds useful context without being verbose. It could be slightly more compact, but overall it is well-structured and efficient.

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?

Given the tool's advisory nature and the existence of an output schema, the description covers the core selection logic and key constraints (read-only, no launch, no orchestration). It lacks detail on how selection_scope and execution_intent affect results, but these are partially self-explanatory from enums. The description is complete enough for an agent to invoke correctly.

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

Parameters2/5

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

The description does not explain any of the parameter semantics. Schema coverage is only 17%, and the description only indirectly references CLI context ('within the caller's actual CLI set', 'single CLI', 'multiple CLIs') but never defines task, current_cli, available_clis, selection_scope, or execution_intent. The description fails to compensate for the low 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 uses specific verbs and resources: 'Choose the maximum-depth model-and-effort pairing for one difficult problem within the caller's actual CLI set.' This clearly distinguishes the tool from siblings like worlds_compare_cli_workflows or worlds_plan_cli_work by focusing on selecting the strongest model for a single hard problem.

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 on when to use the tool (for one difficult problem) and exclusions: 'never ultra or ultracode orchestration,' 'does not launch a CLI or grant permissions.' It also explains behavior for single vs. multiple CLIs, but doesn't explicitly name alternative sibling tools or give a formal 'when not to use' statement.

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