Skip to main content
Glama

Should I Deploy

should_i_deploy
Read-onlyIdempotent

Prevent risky deployments by evaluating graph risk with customizable thresholds and returning a block, warn, or allow decision.

Instructions

Return an agent-native deploy gate decision from graph risk.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
candidateYesCandidate package, resource, CVE, node ID, or deployment label to evaluate.
tenant_idNoTenant ID for the graph snapshot. Defaults to 'default'.default
scan_idNoOptional graph scan ID. Omit to use the latest snapshot.
limitNoMaximum matched exposure paths to return.
warn_riskNoRisk score at or above which the decision becomes warn.
block_riskNoRisk score at or above which the decision becomes block.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already confirm read-only, non-destructive, idempotent, open-world. The description adds 'from graph risk' but no further behavioral traits beyond what annotations provide. No contradictions.

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?

A single, front-loaded sentence with no extraneous words. Every word earns its place.

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

Completeness3/5

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

The tool has 6 parameters and an output schema, but the description does not clarify the return value (e.g., 'approve', 'warn', 'block') or the role of thresholds. The output schema likely covers this, so the description is adequate but minimal.

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 100%, so baseline is 3. The description does not add extra meaning beyond the schema's parameter descriptions. It only references 'graph risk' without detailing how parameters map to the decision.

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 states the tool returns a deploy gate decision from graph risk. It uses specific verb 'return' and resource 'deploy gate decision', distinctly differentiated from sibling tools like 'policy_check' or 'compliance'.

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?

No guidance is provided on when to use this tool versus alternatives. It does not mention exclusions or scenarios where other tools (e.g., policy_check, compliance) would be more appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/msaad00/agent-bom'

If you have feedback or need assistance with the MCP directory API, please join our Discord server