Skip to main content
Glama
zackscriven

ghl-mcp-server-v2

by zackscriven

ghl_social_post_create

Create social media posts for multiple platforms like Facebook, Instagram, LinkedIn, YouTube, and more with customizable content per channel.

Instructions

KNOWN LIVE REGRESSION (as of 2026-07-04): this endpoint was observed broken/failing in production even though its documented schema (top-level accountIds/summary/media/status/type/userId, platform-specific *PostDetails objects) is correct and faithfully reproduced here. If a call fails, the schema/tool is not at fault — treat it as a possible server-side GHL issue and check the response body for details before assuming a client-side mistake. Create post Create posts for all supported platforms. It is possible to create customized posts per channel by using the same platform account IDs in a request and hitting the create post API multiple times with different summaries and account IDs per platform.

The content and media limitations, as well as platform rate limiters corresponding to the respective platforms, are provided in the following reference link:

Link: Platform Limitations Endpoint: POST /social-media-posting/{locationId}/posts (Version header: v3; source: v3/social-planner-v3.json) OAuth scopes: socialplanner/post.write

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesRequest body (schema carried verbatim from the official OpenAPI spec).
locationIdYesLocation Id
Behavior4/5

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

Annotations declare readOnlyHint=false, openWorldHint=true, idempotentHint=false, destructiveHint=false. The description adds value by disclosing a known live regression (important behavioral trait) and advising that failures may be server-side, not client-side. It also lists OAuth scopes and links to platform limitations, providing context beyond structured metadata.

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 relatively long but well-structured, starting with a critical regression warning (front-loading important info). It uses paragraphs and bullet points in the schema, though the main description text could be more concise. Every sentence serves a purpose, but some redundancy exists with the schema content.

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

Completeness4/5

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

Given the tool's complexity (multiple platforms, nested objects, many parameters), the description covers the key aspects: supported platforms, customization, error handling, OAuth scopes, and a link to platform limits. No output schema exists, but the description does not need to explain return values per rules. It misses some details on post-publishing behavior but is adequate.

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 the baseline is 3. The description does not add significant parameter-level meaning beyond what the schema already provides (each parameter has extensive descriptions). The only addition is a reference link to platform limitations, which is marginally helpful but does not deepen understanding of individual parameters.

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 that the tool creates posts for all supported platforms, mentions customization per channel, and references platform-specific details. The verb 'Create post' plus the resource 'posts' makes the purpose unmistakable. While it does not explicitly differentiate from sibling tools like ghl_social_edit_post, the name and description suffice for clear identification.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as ghl_social_edit_post or ghl_social_delete_post. It does not specify prerequisites, preferred situations, or when not to use it. The only contextual advice is about handling failures (server-side issue), which is about troubleshooting, not selection.

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/zackscriven/ghl-mcp-server'

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