Skip to main content
Glama
tdlm
by tdlm

get_post

Retrieve full details of a ParentSquare post using its feed ID: body text, comments, attachments, and inline images. PDF text extraction is enabled when pdf-parse is installed.

Instructions

Get full details of a specific post including body text, comments, and attachments. Image attachments are returned inline; PDF text is extracted when pdf-parse is installed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
feed_idYesPost/feed ID from get_feeds results
Behavior4/5

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

No annotations exist, so the description carries the burden. It discloses meaningful behavior: image attachments are returned inline, and PDF text extraction is conditional on the pdf-parse package. This gives the agent expectation of attachment handling, though it doesn't cover error cases or response shape.

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

Conciseness5/5

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

Two sentences, front-loaded with purpose, no wasted words. Efficiently conveys scope and attachment behavior.

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?

For a simple single-parameter read tool with no output schema, the description sufficiently covers what the agent gets (body, comments, attachments) and special handling of images and PDFs. It is complete for the tool's complexity.

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 coverage is 100% since feed_id is described as 'Post/feed ID from get_feeds results'. The description adds no extra parameter semantics beyond the schema. Baseline 3 applies.

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?

Uses specific verb 'Get' and clearly defines the resource as 'full details of a specific post', listing body, comments, and attachments. This implicitly distinguishes it from list-style siblings like get_feeds or get_group_feed.

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 description provides clear context: use when you need full details of one post. It doesn't explicitly name alternatives or state when not to use, but the 'specific post' phrasing implies single-record retrieval. Slight gap in explicit exclusion.

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/tdlm/parentsquare-mcp'

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