Skip to main content
Glama

ContentIn — LinkedIn Ghostwriter

Write a post in the user's voice

write_post_in_my_voice

THE MAIN TOOL. Write a LinkedIn post in this user's own voice, from their own material. Use it whenever the user describes something they want to post about — a story, an opinion, a result, a lesson, a rough brief. It runs ContentIn's voice pipeline: their VoiceDNA, their real past posts as style exemplars, and their substance bank, so the output sounds like them rather than like an AI. Pass the user's idea as fully and as literally as you can — their own words, their own details, their own numbers. Do NOT tidy it up, summarise it, or replace their phrasing with your own; the pipeline preserves what they gave it and paraphrasing upstream is how a post stops sounding like them. The post is saved as a draft in their ContentIn account and the returned post_id can be passed to schedule_post or publish_post. Takes 30-90 seconds. If this tool returns needs_input: true with a question, your ONLY job that turn is to relay that question to the user (verbatim, or lightly adapted to the conversation language). Do NOT write, invent, or promise a post, and do NOT call this or any other write tool again until the user answers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
styleYesWriting style. Infer it from the material: results / case studies / client wins = proof, educational / frameworks = authority, viral / trending / broad-resonance = growth.
user_ideaYesThe user's complete description of the post they want, in THEIR words. Include their full intent, context, specific details, names and numbers. Verbatim is better than tidy.
user_constraintsNoAny preferences the user has stated that override defaults — e.g. 'no hashtags', 'no call to action, this is a connection post', 'keep it under 800 characters'. These take priority over their usual voice defaults.

TDQS

A4.9/5.0
Behavior5/5

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

The annotations provide no behavioral details (readOnlyHint=false, destructiveHint=false, etc.), so the description carries full burden. It excels: discloses the pipeline (VoiceDNA, past posts, substance bank), latency (30-90 seconds), side effects (saves draft to account), and the specific needs_input protocol. It warns that paraphrasing upstream destroys voice fidelity. No contradictions with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the critical purpose ('THE MAIN TOOL') and structured logically: purpose, when-to-use, how-it-works, param guidance, workflow integration, latency, error handling. Every sentence earns its place. Could trim 'their own words, their own details, their own numbers' (slightly redundant) but overall very tight for the complexity it covers.

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

Completeness5/5

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

Given no output schema, the description compensates by explaining return behavior (post_id for scheduling/publishing, needs_input protocol). With 3 parameters and 7 sibling tools, it clearly differentiates itself (main tool vs repurpose_post, generate_ideas, etc.). It covers latency, side effects, error states, and constraints — nothing is missing for safe agent invocation.

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

Parameters5/5

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

Schema coverage is 100% and all three parameters are described in the schema. The description goes well beyond schema by explaining the 'why' and 'how' for user_idea (verbatim is better than tidy, include full intent/context/names/numbers), providing inference guidance for style enum (results=proof, educational=authority, viral=growth), and clarifying user_constraints as override mechanism for voice defaults. This adds significant operational meaning.

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 this is the main tool for writing a LinkedIn post in the user's own voice using their material. It specifies the exact use case ('whenever the user describes something they want to post about') and distinguishes itself from siblings by naming the voice pipeline, draft-saving behavior, and the specific workflow integration (can pass post_id to schedule_post or publish_post).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit when-to-use guidance ('whenever the user describes something they want to post about — a story, an opinion, a result, a lesson, a rough brief') and when-not-to-use ('Do NOT tidy it up, summarise it, or replace their phrasing'). It also tells the agent exactly what to do if needs_input: true is returned ('relay that question to the user... Do NOT write, invent, or promise a post, and do NOT call this or any other write tool again until the user answers'). This prevents looping and hallucination.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.6/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: capturing user substance, generating ideas from scratch, writing posts from user material, repurposing posts, scheduling, publishing, listing, and analytics. There is no ambiguity or overlap, as even similar actions like publishing and scheduling are differentiated by timing and require separate confirmation flows.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., capture_substance, generate_ideas, write_post_in_my_voice). The verbs are descriptive and the nouns clearly indicate the resource or action, making the naming predictable and easy to understand.

Tool Count5/5

With 8 tools, the server is well-scoped for a LinkedIn ghostwriting assistant. Each tool covers a necessary step in the content lifecycle: capturing input, generating ideas, writing, repurposing, scheduling, publishing, listing, and analytics. The number is neither excessive nor insufficient for the domain.

Completeness4/5

The tool set covers the core workflow of content creation, scheduling, publishing, and analytics. Minor gaps exist, such as no direct post editing (beyond repurposing), no explicit pillar management, and no deletion tool. However, these are edge cases and do not hinder the primary ghostwriting purpose.

Resources