Skip to main content
Glama

mc8yp Status

status

Displays the current CLI status including tenant credentials, active tenant, and visible API specs. Automatically resets the active tenant if credentials are lost.

Instructions

Show the current CLI status: stored tenant credentials, which tenant query and execute will hit, and the specs visible to query right now. If no tenant is active, query falls back to all bundled OpenAPI snapshots and execute is 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 discloses behavioral traits: self-healing (auto-resets credentials if lost), caching of specs for 30 minutes, and the effect of `refresh: true` on cache. 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.

Conciseness4/5

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

Description is well-structured, front-loading the main purpose and then detailing conditional behaviors. Every sentence adds value, though could be slightly more compact without losing information.

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 tool's complexity (self-healing, caching, conditional behavior), the description covers all essential aspects. No output schema, but the description sufficiently conveys that the tool returns status information. Could mention more about response structure, but not required for basic use.

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?

Single parameter `refresh` with 100% schema coverage. Description adds context beyond schema by explaining why and when to use refresh (after microservice changes) and its behavior as a noop when no tenant active. This aids in correct parameter selection.

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?

Description clearly states 'Show the current CLI status' and enumerates specific pieces of information displayed (stored tenant credentials, which tenant query/execute target, visible specs). It distinguishes from siblings (execute, query, set-active-tenant) by being a read-only 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 Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly describes when to use the tool (to check status), when to use `refresh: true` (after subscribing/unsubscribing microservices), and what happens if no tenant is active (fallback to bundled snapshots, execute unavailable, need to call set-active-tenant first). Also clarifies that `refresh: true` is a noop without an active tenant.

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