Skip to main content
Glama
demeet2k

Athena MCP Server

by demeet2k

athena_deployment_manifest

Retrieve deployment manifest with OCI identity, source-head binding, persistence, secure host, canary, CAS cutover, rollback, and receipt laws. Availability is not activation evidence.

Instructions

Return ATHENA.DEPLOYMENT.2: exact OCI identity, source-head binding, single-writer persistence, secure HTTP host, canary, CAS cutover, rollback, and receipt laws. Surface availability is not activation evidence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It does disclose the return content and adds a meaningful interpretation caveat ('Surface availability is not activation evidence'), implying the tool only provides manifest data. However, it does not explicitly state that the operation is read-only, has no side effects, or mention any authorization or error behavior.

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 two sentences, front-loaded with the main action and a dense but relevant list of manifest contents, followed by a single important caveat. Every phrase contributes value; there is no redundant or filler language.

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

Completeness3/5

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

For a zero-parameter retrieval tool, the description offers a detailed inventory of returned content, which is helpful given there is no output schema. However, it does not describe the output format or data structure, and it does not differentiate itself from the closely related athena_runtime_manifest or deployment validation/activation tools, making correct selection harder in a large sibling set.

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?

The tool accepts zero parameters and the schema is empty with 100% coverage, so there is nothing for the description to add. The baseline for zero-parameter tools is 4, and the description appropriately avoids inventing unnecessary parameter details.

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 uses 'Return' as a clear verb and identifies a specific resource (ATHENA.DEPLOYMENT.2), enumerating the laws and components it returns. This signals a manifest retrieval tool and differentiates it from validation or activation tools, though the protocol name is somewhat cryptic.

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 is given on when to use this tool versus closely related alternatives like athena_deployment_validate, athena_deployment_activation_plan, or athena_runtime_manifest. The caveat about activation evidence only implicitly warns about misuse but does not name alternative tools or conditions.

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/demeet2k/athena-mcp-server'

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