Skip to main content
Glama
nami2111

junobuild-mcp-server

by nami2111

Juno Auth Status

juno_auth_status
Read-onlyIdempotent

Verify authentication by displaying the current authenticated profile, access key, and satellite links before running credential-dependent operations.

Instructions

Display the current authenticated profile, access key, and links to your satellite. Use this to verify authentication before running operations that require credentials.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoEnvironment mode: production, staging, or development
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
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive hints. The description adds value by specifying what is displayed (profile, access key, links) and implies a safe, informational operation. 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?

Two concise sentences, front-loaded with purpose and usage. No extraneous information, every sentence serves a clear role.

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?

Given the rich annotations and complete schema, the description is adequate for understanding the tool's role. Could be improved by mentioning behavior when not authenticated, but overall sufficient.

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 covers all parameters with descriptions (100% coverage). The description does not add parameter-specific context, but this is acceptable per baseline scoring. No additional guidance on how parameters affect output.

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 it displays authentication details (profile, access key, links), distinguishing it from sibling action tools like 'deploy' or 'apply'. However, it does not explicitly differentiate from 'juno_status', which might be a similar status tool.

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 advises using this tool to verify authentication before operations requiring credentials, providing a clear usage context. It lacks explicit when-not-to-use or alternative tools, but the guidance is sufficient for the typical use case.

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