Skip to main content
Glama
AceDataCloud

AceDataCloud MCP Server

Official

acedatacloud_create_platform_token

Create a non-expiring platform token for AceDataCloud. Confirm creation to receive the full token once; store it immediately.

Instructions

Create a new platform token (never expires). Requires confirm=true.

The full token is returned ONLY on creation — store it immediately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoMust be true to actually create the token.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

The description discloses key behavioral traits: token never expires, the full token is returned only on creation, and must be stored immediately. No annotations are provided, so the description fully carries the burden of transparency.

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 well-structured sentences. The first states purpose, the second gives the crucial action and warning. No wasted words.

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

Completeness5/5

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

Given a single parameter, an output schema exists, and no annotations, the description covers all necessary behavioral details. It explains creation behavior, permanence, and the one-time retrieval of the token, making it complete for this simple 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?

The schema already covers the parameter with 100% description coverage. The description adds value by stating that confirm=true is required for creation, reinforcing a critical usage condition beyond the schema.

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?

The description clearly states 'Create a new platform token' with the important detail 'never expires'. This precisely identifies the action and resource, distinguishing it from sibling tools like list_platform_tokens or delete_platform_token.

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 explicitly requires confirm=true, providing a clear precondition. It does not explicitly say when to use vs. alternatives, but the purpose is unambiguous given sibling names.

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/AceDataCloud/AceDataCloudMCP'

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