Skip to main content
Glama
zackscriven

ghl-mcp-server-v2

by zackscriven

ghl_social_save_edit_session

Saves and applies all staged changes in an edit session to the live social media queue, then closes the session.

Instructions

Save edit session changes Applies all staged changes to the live queue and closes the edit session. Endpoint: POST /social-media-posting/category/queues/{queueId}/edit/save (Version header: v3; source: v3/social-planner-v3.json) OAuth scopes: socialplanner/category.write

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesRequest body (schema carried verbatim from the official OpenAPI spec).
queueIdYes
Behavior3/5

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

The description adds behavioral context beyond annotations: it specifies that changes are applied to the live queue and the session is closed. However, it does not detail irreversibility, side effects, or the state of the queue after the operation. Annotations already indicate mutation (readOnlyHint=false) but not destructiveness.

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 concise with four lines covering purpose, behavior, endpoint, and OAuth scopes. Some technical details (endpoint, OAuth) are not essential for an agent, but no fluff is present.

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

Completeness2/5

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

The description lacks important context for a commit-like operation: it does not mention that an active edit session is required, how the queue state changes, or error conditions. Given no output schema, more explanatory detail would be helpful.

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

Parameters2/5

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

The description provides no additional information about parameters; it does not explain queueId, sessionId, locationId, or keepInDraft. The schema already covers some properties (e.g., keepInDraft), but with 50% schema coverage, the description should compensate, which it does not.

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 'Save edit session changes' and explains that it applies staged changes and closes the edit session. This distinguishes it from sibling tools like start_edit_session, discard_edit_session, and fetch_edit_session_calendar.

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

Usage Guidelines3/5

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

The description implies that this tool is used to finalize an edit session by applying changes and closing it, but it does not explicitly state when to use it versus alternatives, nor does it mention prerequisites like having an active edit session.

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