Skip to main content
Glama
solnk-dev

Solnk MCP

Official

solnk_get_post_analytics

Retrieve post performance analytics across multiple social platforms. Get rolled-up metrics for all posts or detailed per-platform breakdowns with engagement and URLs.

Instructions

Get post performance. Without post_id: a list of posts with rolled-up metrics. With post_id: per-platform breakdown including each live platform_post_url and engagement.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
post_idNo
platformNoList mode only
pageNo
page_sizeNo
Behavior3/5

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

With no annotations, the description carries the full burden. It explains the different outputs for each mode, including engagement and URLs, but does not disclose side effects, read-only nature, rate limits, or pagination behavior beyond schema details.

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?

The description is extremely concise with two sentences, no fluff, and front-loads the primary action. Every word serves a purpose.

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?

Given the complexity of two modes and no output schema, the description provides useful detail on return types (rolled-up metrics, per-platform breakdown with URLs and engagement). However, it omits mention of pagination parameters present in the schema, so completeness is slightly lacking.

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 description coverage is low (25%). The description adds meaning for post_id by explaining its effect on output, but does not explain page or page_size parameters, which are left to the schema. It partially compensates but not fully.

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 'Get post performance' and distinguishes two modes based on whether post_id is provided. This specificity and differentiation from sibling tools (e.g., get_publish_status) makes the purpose very clear.

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 guidance on when to use each mode (without/with post_id) but does not mention when not to use the tool or suggest alternatives among the many sibling tools, which would improve decision-making.

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/solnk-dev/solnk-mcp'

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