Skip to main content
Glama
AceDataCloud

AceDataCloud MCP Server

Official

acedatacloud_create_credential

Create an API key for your application with optional name, spend cap, and expiry. Confirmation required; token returned only on creation.

Instructions

Create an API key (credential) on one of your applications.

The full token is returned ONLY on creation — store it immediately. Requires
``confirm=true``.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoOptional human-readable name for the key.
confirmNoMust be true to actually create the key.
expired_atNoOptional ISO-8601 expiry, e.g. '2026-12-31T00:00:00Z'.
application_idYesUUID of the application (subscription) to attach the key to. Required.
limited_amountNoOptional spend cap for this key, in Credits.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description carries full burden. Discloses that token is single-return and requires confirm=true, but lacks details on permissions, rate limits, or failure modes.

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 sentences, front-loaded with key information, no wasted words.

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?

Schema covers all parameters, output schema exists (not shown), and description adds critical behavioral notes. Could be slightly more complete about prerequisites, but adequate.

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 coverage is 100%, baseline is 3. Description adds context about token retrieval but does not enhance parameter meaning beyond 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?

Description clearly states the action (create) and resource (API key/credential on applications). Distinguishes from sibling tools like delete_credential and list_credentials.

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?

Explicitly notes that the token is only returned on creation and must be stored immediately, and that confirm=true is required. Could mention alternatives like platform tokens, but the context is clear.

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