Skip to main content
Glama
AceDataCloud

AceDataCloud MCP Server

Official
by AceDataCloud

acedatacloud_update_credential

Modify an API credential's spend limit, name, expiry, or allowed APIs. Confirmation is required to apply the changes.

Instructions

Update credential limits, name, expiry, or API allowlist. Requires confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew display name.
confirmNoMust be true to update the credential.
expired_atNoNew ISO-8601 expiry; omitted leaves unchanged.
credential_idYesCredential UUID.
limited_amountNoNew spend cap in Credits; null leaves unchanged.
allowed_api_idsNoAPI UUID allowlist; [] clears the restriction.
clear_expired_atNoSet the expiry to null.
clear_limited_amountNoSet the spend cap to null.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description bears the transparency burden. It discloses that confirmation is required, which is a critical behavior, but it does not mention permissions, reversibility, or side effects of updates. The partial disclosure is helpful but not comprehensive.

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 core purpose, and contains no redundant information. Every word earns its place.

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?

With an output schema, rich input schema, and a straightforward update operation, the description plus schema is sufficient for an agent to invoke the tool correctly. The only gap is the absence of alternative guidance, which is already captured in usage_guidelines.

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?

The input schema provides 100% coverage with detailed descriptions for all 8 parameters. The description adds marginal value by repeating the fields in prose, but it does not clarify semantics beyond what the schema already explains. Baseline 3 applies.

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 the action ('Update') and the specific resource ('credential'), and enumerates the modifiable aspects (limits, name, expiry, API allowlist). This distinguishes it from sibling tools like create, get, rotate, and delete.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

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

Usage is implied through the verb 'Update' and field list, but there is no explicit guidance on when to use this tool versus alternatives. The note 'Requires confirmation' hints at a prerequisite but does not explain when to choose this over other credential operations.

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