Skip to main content
Glama
Ln129402
by Ln129402

publish-blog

Publish Markdown blog posts to CSDN. Choose to publish directly or save as draft with categories and tags.

Instructions

发布博客文章到 CSDN。支持 Markdown 格式,可选择直接发布或保存为草稿。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNo文章标签,逗号分隔,如: 'JavaScript,前端,Vue'
titleYes文章标题
contentYesMarkdown 格式的文章内容
publishNotrue=直接发布, false=保存草稿。默认 true
categoriesNo文章分类,如: '前端开发'
descriptionNo文章摘要(不填则自动截取内容前100字)
Behavior3/5

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

With no annotations provided, the description bears full responsibility. It discloses supported Markdown format and the publish/draft option, but omits details on authentication, rate limits, or response behavior, which are important for a mutation tool.

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 concise sentences with no extraneous words. It front-loads the primary action and key options, earning its place efficiently.

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?

Given the complexity (6 params, no output schema), the description is somewhat complete but lacks return value description (e.g., published URL) and behavioral details like error handling. Schema descriptions fill some gaps, but overall context is thin.

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 description coverage is 100%, so baseline is 3. The description adds minimal context beyond the schema (e.g., reiterates the publish option). No extra meaning is provided for parameter relationships or formats.

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 verb '发布' (publish) and the resource '博客文章到 CSDN' (blog posts to CSDN). It distinguishes from sibling tools (login, list-categories, list-tags) by targeting the specific action of publishing.

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?

The description implies usage for publishing blog posts but does not explicitly state when to use it versus alternatives. It lacks guidance on prerequisites (e.g., being logged in) or exclusions, relying on context from sibling tool 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/Ln129402/mcp-csdn-publisher'

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