Skip to main content
Glama
CSOAI-ORG

Writing Assistant Ai MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_headlinesA

Generate headline variations for a given topic. Returns multiple options with SEO length checks and power word analysis.

Args: topic: The subject/topic for headlines style: Headline style (listicle, how_to, question, power, seo) count: Number of headlines to generate (max 15) target_audience: Who the content is for

score_readabilityB

Calculate readability metrics for text: Flesch Reading Ease, Flesch-Kincaid Grade Level, Gunning Fog Index, Coleman-Liau Index. Also flags long sentences and filler words.

Args: text: The text to analyze (minimum ~50 words recommended)

analyze_toneB

Analyze the tone and style of text. Detects formal, casual, academic, persuasive, technical, and emotional tones. Also checks active vs passive voice and power word usage.

Args: text: The text to analyze

build_outlineB

Build a structured content outline with sections, word allocations, and SEO keyword suggestions.

Args: topic: The main topic to outline depth: Outline depth 1-4 (higher = more subsections) style: Content format (blog, essay, tutorial, landing_page, whitepaper) target_word_count: Target total word count

check_similarityC

Check similarity between two texts using Jaccard, cosine, and trigram overlap metrics. Returns a plagiarism risk assessment.

Args: text_a: First text text_b: Second text to compare against

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/CSOAI-ORG/writing-assistant-ai-mcp'

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