Skip to main content
Glama

post_add_post

Post a new update with support for links, images, documents, questions, or polls. Target specific groups or projects.

Instructions

发布一条新动态。post_type: 0=普通,1=链接,2=图片,3=文档,4=提问,7=投票。group_ids/project_ids 逗号分隔。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
post_msgYes
group_idsNo
post_typeNo
project_idsNo
Behavior2/5

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

No annotations are provided, so the description carries full burden. It discloses the action (create) and parameter format, but does not mention authentication, rate limits, error responses, or whether the action is immediate. For a write operation, more transparency is needed.

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 extremely concise—two short sentences with no unnecessary words. Each sentence adds value: the first states the action, the second clarifies parameter formats.

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

Completeness2/5

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

Given the tool has 4 parameters, no output schema, and no annotations, the description is too sparse. It omits details about the required post_msg, return value, and relationship to sibling tools (e.g., post_add_post_reply). An agent would lack sufficient context for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so description must compensate. It explains post_type values and that group_ids/project_ids are comma separated. However, it does not describe the required post_msg parameter, nor default values or other constraints, leaving a significant gap.

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 '发布一条新动态' (publish a new post), specifying the primary action. It also explains the post_type enum values, providing precise semantics. The tool name and description together distinguish it from siblings like post_add_post_reply.

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?

No explicit guidance on when to use this tool versus alternatives (e.g., reply, delete, get posts). The description implies its purpose for creating a new post, but lacks context on prerequisites or exclusions.

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/andyleimc-source/mdymcp'

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