Skip to main content
Glama

get_post

Retrieve a single post's full content, status, variations, and original draft. Choose verbosity levels and get direct links for approval or editing in the visual editor.

Instructions

View the full content and status of a single post. Use detail='short'|'medium'|'full' to control verbosity (default full). Multi-variation posts expose a variations array (all variations live on one postId). Output shows the final voice-rewritten content by default; pass includeOriginal=true to also see the pre-rewrite draft. Includes contentReviewUrl: a direct link to read and approve the generated body, and editInVisualEditor: a direct URL to edit the post in the visual editor.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
detailNoVerbosity of returned item(s): "short" = id + primary label + status (cheap list scan); "medium" = key summary fields + counts (a useful glance); "full" = the complete object. Default "full". Lists default to "short" — to zoom into one item, call its get/view tool with detail="medium" or "full".full
postIdYesPost ID
includeOriginalNoInclude the pre-voice-rewrite original draft (originalContent). Default false — you normally want the rewritten voice content.
Behavior4/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It transparently explains the default output (final voice-rewritten content), the includeOriginal option for pre-rewrite drafts, the variations array behavior, and the presence of contentReviewUrl and editInVisualEditor. It stops short of explicitly stating that the operation is read-only and does not discuss failure modes, but 'View' and 'get_post' strongly imply a non-mutating read.

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 four sentences, front-loaded with the main purpose, and each sentence adds a distinct detail. Some repetition of schema defaults (e.g., 'default full', 'default false') exists, but the description remains tight and scannable.

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?

For a tool with no output schema and no annotations, the description covers the essential output aspects: content, status, verbosity control, variations, original content toggle, and review/edit URLs. It does not detail the full structure of 'short'/'medium'/'full' outputs, but the schema's detail enum covers that, making the description sufficient for selection and invocation.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3, but the description adds meaningful behavior beyond the schema: it explains the default 'full' verbosity, the variations array semantics for multi-variation posts, and the includeOriginal flag's effect on output. This exceeds simple schema repetition.

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 opens with 'View the full content and status of a single post,' using a specific verb ('view'), resource ('post'), and scope ('single') that clearly distinguishes it from list-oriented tools like list_posts. It also specifies distinct features (variations array, includeOriginal, contentReviewUrl, editInVisualEditor) that further clarify its purpose.

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

Usage Guidelines4/5

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

The 'single post' wording makes the primary use case clear, and the detail parameter guidance ('Lists default to short — to zoom into one item, call its get/view tool') explicitly tells agents when to use this tool over list tools. However, it does not directly mention alternatives for editing/deleting (e.g., approve_post, delete_post), though those are contextually obvious.

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/bitsandtea/postking-mcp'

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