Skip to main content
Glama

esa MCP Server

esa_create_post

Create a new post in esa with a title, markdown body, category, tags, and optional template. Mark as WIP or specify a poster for team owners.

Instructions

Create a new post

Input Schema

NameRequiredDescriptionDefault
body_mdNoPost body (Markdown format)
categoryNoPost category
messageNoChange message
nameYesPost title
tagsNoList of tags for the post
template_post_idNoID of the post to use as a template
userNoPoster's screen_name (only team owners can specify)
wipNoWhether to mark as WIP (Work In Progress)

Input Schema (JSON Schema)

{ "properties": { "body_md": { "description": "Post body (Markdown format)", "type": "string" }, "category": { "description": "Post category", "type": "string" }, "message": { "description": "Change message", "type": "string" }, "name": { "description": "Post title", "type": "string" }, "tags": { "description": "List of tags for the post", "items": { "type": "string" }, "type": "array" }, "template_post_id": { "description": "ID of the post to use as a template", "type": "number" }, "user": { "description": "Poster's screen_name (only team owners can specify)", "type": "string" }, "wip": { "default": true, "description": "Whether to mark as WIP (Work In Progress)", "type": "boolean" } }, "required": [ "name" ], "type": "object" }

You must be authenticated.

Other Tools from esa MCP 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/kajirita2002/esa-mcp-server'

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