Skip to main content
Glama

Recomendar GPU por contexto

recommend_gpu_by_context
Read-onlyIdempotent

Recomenda top GPUs dado contexto: resolução (1080p/1440p/4k), uso (gaming-aaa/gaming-competitive/produtividade) e orçamento em BRL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
use_caseYesUso principal da máquina
budget_brlYesOrçamento máximo em BRL (ex: 3500)
resolutionYesResolução alvo do monitor

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
picksNoGPUs recomendadas em ordem de adequação
reasoningNoResumo do porquê do ranking

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering safety and idempotency. Description adds no additional behavioral traits beyond stating it recommends GPUs. No contradiction with 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?

Single sentence, no redundant information, front-loaded with key action and context. Every word adds value.

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 output schema exists (not shown but signaled), description adequately covers the tool's purpose with three parameters. No missing context for a recommendation tool.

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 100%, but description adds value by providing examples (e.g., '1080p/1440p/4k', 'gaming-aaa/gaming-competitive/produtividade') and clarifying budget format ('em BRL'), which aids the agent in parameter selection.

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?

Description clearly states verb ('Recomenda'), resource ('top GPUs'), and context parameters (resolution, use case, budget). Distinguishes from sibling tools (analyze_build, check_compatibility) by focusing on GPU recommendation.

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

Usage Guidelines3/5

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

Description implies usage when needing GPU recommendations given context, but provides no explicit guidance on when to use versus alternatives or exclusions. Siblings exist but no differentiation stated.

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
Disambiguation5/5

Each tool targets a distinct aspect: full build analysis, pairwise compatibility, and GPU recommendation. No overlap in purpose.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case (analyze_build, check_compatibility, recommend_gpu_by_context), making the set predictable.

Tool Count4/5

Three tools is a reasonable size for a focused PC building assistant, covering the core decision points without overcomplicating.

Completeness3/5

The set covers full build analysis and compatibility but lacks recommendations for other individual components (e.g., CPU, motherboard) and price tracking, leaving some gaps.

Resources