Skip to main content
Glama

mc8yp Status

status

Check the current CLI status including tenant credentials, active tenant, and visible API namespaces. Refresh to force fresh API discovery after microservice changes.

Instructions

Show the current CLI status: stored tenant credentials, which tenant the codemode tool will hit, and the API namespaces visible right now. If no tenant is active, codemode discovery falls back to all bundled OpenAPI snapshots and live API calls are unavailable — set-active-tenant must be called first. This tool also self-heals: if the active tenant has lost its stored credentials it is automatically reset before the status is reported.

Pass refresh: true to force a fresh API spec discovery against the active tenant. Use this after subscribing or unsubscribing a microservice in the tenant — otherwise discovered specs stay cached for 30 minutes. If no tenant is active, refresh: true is a noop.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refreshNoWhen true, bust the API discovery cache for the active tenant and run a fresh discovery before reporting. Noop when no tenant is active.
Behavior5/5

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

With no annotations, description fully carries burden. It discloses self-healing (resets if credentials lost), refresh behavior (busts 30-min cache, noop without tenant), and fallback behavior (bundled snapshots, live calls unavailable). Comprehensive and actionable.

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

Conciseness4/5

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

Well-structured with main purpose first, followed by details. Each sentence adds value, though slightly verbose (e.g., explaining fallback in first paragraph could be tighter). Still effective.

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?

No output schema, but description explains what the tool shows (status info). Covers key behaviors, param usage, prerequisites, and edge cases. Missing explicit output format, but sufficient for a status tool.

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

Parameters4/5

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

Schema coverage is 100% for the single parameter. Description adds meaning by explaining the purpose of refresh and its effect (force fresh discovery, noop when no tenant), which goes beyond the schema's description.

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 shows CLI status including tenant credentials, active tenant, and API namespaces. It distinguishes from the sibling tool 'codemode' only implicitly by describing its own scope, but lacks explicit differentiation.

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?

Provides when to use: checking status, and when to use refresh flag (after subscribing/unsubscribing microservices). Mentions prerequisite (set-active-tenant if no tenant active). However, does not explicitly state when not to use this tool versus alternatives.

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/schplitt/mc8yp'

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