Skip to main content
Glama
hermoso-ai

Hermoso

Official

List the Page’s / Instagram account’s own posts

list_meta_posts
Read-only

Retrieve existing Facebook or Instagram post IDs, captions, permalinks, and publish dates to enable further Meta reads like insights and comments.

Instructions

List the connected Facebook Page's or Instagram account's OWN existing posts — id, caption, permalink, publish date and format. THIS IS THE TOOL THAT GETS YOU THE postId every other Meta read needs: meta_post_insights, list_meta_comments and manage_meta_post all require one, and until now the only way to have a postId was to have just published it yourself with post_to_meta. Use it for "how did our last few posts do", to find a post the user describes loosely, or before backfill_posts. Pass target:'instagram' for the linked IG account (Stories are excluded — Meta's media edge does not return them); Facebook hides unpublished drafts unless you ask for them. Only ever reads a Page the brand has connected. Read-only, 0 credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNohow many posts (default 25, max 100)
cursorNopaging cursor returned by a previous call
pageIdNowhich connected Page — omit when the brand has only one
targetNodefault facebook; 'instagram' reads the Page's linked IG business account
includeUnpublishedNoFacebook only — also return unpublished drafts (hidden by default)
Behavior5/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, and the description adds further behavioral specifics: it is read-only and uses 0 credits, only reads a Page the brand has connected, excludes Stories (Meta's media edge does not return them), and hides unpublished drafts unless requested. No contradiction exists; the description enriches the annotation-provided safety profile.

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 information-dense. It front-loads the core purpose, then justifies importance, then provides usage scenarios, then parameter specifics. Every sentence contributes value; however, it could be slightly tightened without losing meaning. The structure is logical and the most critical information appears early.

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?

The description covers the returned fields (id, caption, permalink, publish date, format), the critical role of postId, platform-specific caveats (Stories, drafts), and the credit cost. There is no output schema, so the description compensates by outlining return data and edge cases. It could detail pagination behavior or response format further, but overall it is complete enough for an agent to invoke correctly.

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 description coverage is 100%, so the parameters are already documented, giving a baseline of 3. The description adds meaning beyond the schema for 'target' (explaining IG behavior and Stories exclusion) and 'includeUnpublished' (explaining that Facebook hides drafts unless asked). This goes a step beyond the schema, though it does not address 'limit' or 'cursor' specifically, which are well-covered already.

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 states a specific verb ('List') and resource ('connected Facebook Page's or Instagram account's OWN existing posts'), enumerates returned fields (id, caption, permalink, publish date, format), and explicitly positions itself as the tool that provides postId for other Meta tools (meta_post_insights, list_meta_comments, manage_meta_post). This clearly distinguishes it from siblings like list_instagram_media or list_meta_comments without ambiguity.

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 explicitly states when to use this tool: for 'how did our last few posts do', to find a post the user describes loosely, or before backfill_posts. It also gives specific parameter guidance (pass target:'instagram' for IG, and that Stories are excluded) and contrasts with post_to_meta as the only prior way to obtain a postId. This is clear, actionable, and includes exceptions.

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/hermoso-ai/hermoso'

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