Skip to main content
Glama
nami2111

junobuild-mcp-server

by nami2111

Juno Changes Reject

juno_changes_reject
Destructive

Prevent a submitted change from being applied by rejecting it with its ID, optionally verifying the change hash for integrity.

Instructions

Reject a submitted change by its ID. This prevents the change from being applied. Optionally verify the change hash for integrity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe ID of the change to reject
hashNoExpected hash of all included changes for verification
modeNoEnvironment mode: production, staging, or development
profileNoProfile name for multi-identity management
keepStagedNoKeep proposed staged assets in memory after rejecting
Behavior4/5

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

Annotations already indicate destructiveHint=true and readOnlyHint=false. The description adds value by explaining that rejection prevents application and optionally verifies hash integrity. No contradictions 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?

Two sentences, front-loaded with the core action, and no extraneous information. Highly concise 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?

For a rejection tool with destructive side effects, the description explains the primary behavior. Lacks details on reversibility or prerequisites, but is sufficient given the tool's simplicity and the presence of annotations.

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 mentions optional hash verification, adding context beyond the schema, but does not elaborate on other parameters. Overall, minimal added value over schema.

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 action ('Reject a submitted change by its ID') and the effect ('prevents the change from being applied'). It distinguishes from sibling tools like juno_changes_apply and juno_changes_list by specifying a rejection action.

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 implies when to use the tool (to prevent a change from being applied), but does not explicitly contrast with alternatives or provide exclusion criteria. It is clear but lacks explicit guidance compared to siblings.

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/nami2111/junobuild-mcp'

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