Skip to main content
Glama

recommend_deployment

Read-onlyIdempotent

$0.25 USDC: recommend what to buy or run from bounded StackBench fit, performance, confidence, evidence, caveats, and economics only when supported.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoconfiguration
modelYes
engineNo
objectiveNobalanced
tco_yearsNo
batch_sizeNo
concurrencyNo
cost_policyNolatest_official
max_resultsNo
ubatch_sizeNo
quantizationNo
budget_amountNo
prompt_tokensYes
engine_versionNo
ownership_modeNopurchase
quality_policyNoprefer
budget_currencyNo
evidence_policyNoinclude_public
flash_attentionNo
hardware_systemNo
workload_profileNo
constraint_policyNopoint_estimate
maximum_tco_amountNo
maximum_vram_bytesNo
quality_thresholdsNo
maximum_power_wattsNo
candidate_kv_formatsNo
decode_context_depthNo
minimum_decode_tok_sNo
recommendation_scopeNofull
manual_hardware_costsNo
minimum_prefill_tok_sNo
materiality_tiebreakerNominimize_power
quality_policy_versionNoplanner-quality-policy-v2
quality_evidence_policyNoallow_calibrated_estimates
economic_materiality_pctNo
electricity_rate_per_kwhNo
workload_profile_versionNo
utilization_days_per_yearNo
utilization_hours_per_dayNo
economic_materiality_amountNo
allow_manual_market_overrideNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observed

TDQS

C2.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds that recommendations are drawn from 'bounded StackBench fit... only when supported,' which is a useful boundary, but it does not explain output behavior, limitations, or the meaning of the '$0.25 USDC' prefix.

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

Conciseness2/5

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

The description is short, but it is not well-structured for an agent. The unexplained '$0.25 USDC:' prefix consumes space without adding clarity, and 'only when supported' is ambiguous. The core verb is front-loaded, but the remaining content is vague and under-specified.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 42 parameters, 10 enums, and four siblings, this single-line description is severely incomplete. It omits what 'StackBench' and 'bounded' mean, how recommendations are produced, what inputs are expected, and what constraints apply. The output schema helps, but it cannot compensate for the lack of domain and workflow context.

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

Parameters1/5

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

With 42 parameters and 0% schema description coverage, the description needed to explain how parameters relate to the recommendation process, but it mentions none of them. The phrase 'fit, performance, confidence, evidence, caveats, and economics' hints at concepts, but provides no concrete parameter-level meaning or guidance.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the core action: 'recommend what to buy or run', and it names the input dimensions considered (fit, performance, confidence, evidence, caveats, economics). This distinguishes it from sibling tools like search_evidence or predict_performance, though it does not explicitly call out the differences.

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

Usage Guidelines2/5

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

There is no explicit guidance about when to use this tool versus alternatives such as check_deployment_fit, generate_launch_config, or predict_performance. The phrase 'only when supported' hints at a condition, but it is vague and does not say when the recommendation should be sought or when a sibling is more appropriate.

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

A3.5/5.0
Disambiguation5/5

Each tool has a clear, distinct stage in the deployment advisory workflow: searching evidence, checking fit, predicting performance, recommending purchases, and generating launch configs. There is no meaningful overlap between tool purposes.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: check, generate, predict, recommend, and search paired with clear objects. Naming style is uniform and predictable.

Tool Count5/5

Five tools is well-scoped for the advisory domain, covering the full pipeline from evidence search through config generation. Each tool has a distinct role and none feels redundant or missing.

Completeness5/5

The tool surface covers the complete advisory lifecycle: finding evidence, assessing fit, predicting performance, forming recommendations, and producing launch templates. There are no obvious dead ends or missing operations for the stated purpose.

Resources