Skip to main content
Glama
iceycn

apollo-mcp-server

by iceycn

publish_release

Publish configurations to a specific environment, cluster, and namespace with a release title and publisher identification.

Instructions

发布配置。releaseTitle 不超过 64 字符。PRO 环境可能要求发布人与编辑人不同。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdYes
envYes
clusterNameYes
namespaceNameYes
releaseTitleYes
releasedByYes
releaseCommentNo可选
Behavior2/5

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

With no annotations provided, the description must fully disclose behavior. It mentions a length limit and a conditional requirement, but omits critical details like whether the operation is idempotent, if it overwrites existing releases, or any destructive side effects.

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?

The description is extremely concise with two short sentences, front-loading the purpose. Every word adds value, and there is no superfluous text.

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 tool has 7 parameters and no output schema. The description is minimal, missing information on return values, error conditions, prerequisites (e.g., namespace must exist), and step-by-step guidance for a publish workflow.

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 only 14% (only releaseComment has a description). The tool description adds meaning for releaseTitle (max 64 chars) and hints at releasedBy constraints, but does not clarify the semantics of other required parameters like appId, env, clusterName, or namespaceName.

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 tool's purpose as 'publish configuration' (发布配置), using a specific verb and resource. However, it does not distinguish it from sibling tools like rollback_release or create_item, which are related but different actions.

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?

No explicit guidance on when to use this tool versus alternatives. The description only provides constraints (releaseTitle length and PRO environment requirement) but no context about prerequisites or scenarios.

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/iceycn/mcp-server-apollo'

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