Skip to main content
Glama
AceDataCloud

AceDataCloud MCP Server

Official

acedatacloud_create_announcement

Create and publish a platform announcement with title and Markdown content. Requires superuser authentication and explicit confirmation.

Instructions

Publish a platform announcement (SUPERUSER token only).

The Chinese content is stored as the source-of-truth and other locales are
auto-translated by a background job. Requires ``confirm=true``.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rankNoOptional sort weight; higher shows first.
tagsNoOptional tags, e.g. ['product'].
titleYesAnnouncement title. Required.
confirmNoMust be true to actually publish.
contentYesAnnouncement body in Markdown. Required.
publishedNoPublish immediately (True) or save as draft (False).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description must disclose all behavioral traits. It reveals the superuser requirement, locale handling (Chinese source-of-truth, auto-translation), and confirm requirement. Missing details about the output or side effects, but the core mutation behavior is disclosed.

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?

Three sentences, no fluff. The first sentence front-loads purpose and auth requirement, followed by key behavioral details. Every sentence adds value.

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?

The description covers auth, locale, and confirm constraints, but omits the published parameter behavior (draft vs immediate), rank/tags, and output details. Given 6 parameters and an output schema, the description is incomplete but not critically lacking.

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%, so baseline is 3. The description adds useful context about the content parameter (locale behavior) and reinforces confirm, but does not explain rank, tags, or published parameters beyond what the schema already provides.

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: 'Publish a platform announcement' (specific verb+resource) and includes a critical access restriction (SUPERUSER token only). It distinguishes from sibling tools like list_announcements and other create tools.

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 indicates the tool is for superusers and requires confirm=true, providing clear context for when to use it. However, it does not explicitly state when not to use it or mention alternatives, but since it is the only announcement creation tool, this is adequate.

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