Skip to main content
Glama
viralnote

viralnote-mcp

Official
by viralnote

list_post_results

Check delivery outcomes for social posts: returns recent published or failed posts with each platform's individual result, indicating success or error.

Instructions

Check delivery outcomes: returns recent published or failed posts with each platform's individual result (success, or the error that occurred). Pass postId to inspect one post's delivery; omit it to scan recent posts filtered by status. Use after publish_post to verify delivery, or when the user asks why a post didn't appear on a platform. For engagement metrics rather than delivery status, use list_analytics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum posts to return (1-50).
postIdNoRestrict to a single post's results. When set, status and limit are ignored.
statusNoWhich recent posts to scan when postId is omitted: successfully published, or failed deliveries.published
Behavior4/5

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

No annotations provided, so description carries full burden. It explains that it returns per-platform results (success or error), and that setting postId ignores status and limit. No mention of side effects or auth, but the core behavior is clearly described.

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?

Three well-structured sentences, front-loaded with purpose, no redundant words. Every sentence adds useful context.

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?

Covers when to use, what it does, and parameter interactions. Lacks explicit return format details (e.g., structure of per-platform results), but given no output schema, it provides reasonable completeness for a tool with 3 params.

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 has 100% coverage for parameter descriptions. The description adds value by explaining the interaction between postId and other params (ignores status and limit when set) and clarifying the status enum values with examples. Adds meaning beyond schema.

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?

Description clearly states the tool returns delivery outcomes for published or failed posts with per-platform results. It distinguishes from sibling tool list_analytics by specifying this is for delivery status, not engagement metrics, and contrasts with publish_post (use after to verify).

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?

Explicitly says when to use (after publish_post to verify, or when user asks why post didn't appear) and when not (for engagement metrics, use list_analytics). Also explains behavior based on whether postId is provided or omitted.

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

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