Skip to main content
Glama

MCP Prompt Server

writing_assistant

Enhance draft content for specific platforms by optimizing readability, tone, and structure tailored to the target audience, improving engagement and clarity.

Input Schema

NameRequiredDescriptionDefault
draftYes用户提供的草稿内容
platformYes目标平台(如公众号、小红书、推特等)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "draft": { "description": "用户提供的草稿内容", "type": "string" }, "platform": { "description": "目标平台(如公众号、小红书、推特等)", "type": "string" } }, "required": [ "draft", "platform" ], "type": "object" }

Other Tools from MCP Prompt Server

Related Tools

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/gdli6177/mcp-prompt-server'

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