Skip to main content
Glama
nami2111

junobuild-mcp-server

by nami2111

Juno Hosting Prune

juno_hosting_prune
Destructive

Remove stale frontend files from your satellite that are no longer in your build output. Use dry-run mode to preview deletions.

Instructions

Remove stale frontend files from your satellite that are no longer in your build output. Use --dry-run to preview which files would be deleted without actually deleting them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoEnvironment mode: production, staging, or development
batchNoNumber of files to prune in parallel per batch (1-200)
dryRunNoList stale files without actually deleting them
profileNoProfile name for multi-identity management
consoleUrlNoSpecify a custom URL to access the developer Console
containerUrlNoOverride a custom container URL. If omitted, the Juno CLI uses production or the local container in development mode
Behavior3/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 the dry-run safety feature but does not disclose batch processing behavior, idempotency issues, or that it runs per environment. It provides some added value but remains incomplete.

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 concise sentences, front-loaded with purpose, no unnecessary words. Every sentence earns its place.

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

Completeness2/5

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

The description lacks context for a destructive tool: no mention of prerequisites (e.g., after deploy), no description of outcomes, no guidance on when to use with modes or batch parameters. Given no output schema, more detail is needed.

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 the description's mention of --dry-run does not add new meaning beyond what the schema already provides. Baseline 3 is appropriate.

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 states the verb 'Remove' and resource 'stale frontend files' with context 'from your satellite' and condition 'no longer in build output'. It is specific but does not explicitly distinguish from sibling tools like juno_hosting_clear.

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?

The description mentions using --dry-run for preview but provides no guidance on when to use this tool versus alternatives (e.g., juno_hosting_deploy or juno_hosting_clear), nor any scenarios where it should not be used.

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