Skip to main content
Glama
patwalls

pulse-mcp

by patwalls

metrics_batch

Retrieve social media metrics for multiple posts and profiles in a single API call. Pass up to 50 URLs to get views, likes, comments across platforms.

Instructions

Get metrics for many posts and/or profiles in one call. Pass an array of URLs (max 50, mixed post and profile URLs welcome); returns { count, results }, order preserved — each result is the metrics object or { url, error }.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlsYesPublic post URLs (max 50).
Behavior4/5

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

Discloses max 50 items, mixed types allowed, order preservation, and response format including error handling. Lacks details on rate limits or authentication, but core behavior is well covered.

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, efficient and no wasted words.

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?

Explains return structure despite no output schema, but could detail metrics object fields. Covers error responses. Parameter is well explained, though sibling contrasts are missing.

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?

Description adds max 50 constraint and mixed types beyond schema description ('Public post URLs'). However, schema description contradicts tool description by only mentioning posts. This inconsistency reduces clarity.

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?

Clearly states 'Get metrics for many posts and/or profiles in one call', distinguishing it from singular sibling tools like 'metrics' and 'profile_batch'. Specifies batch capability and return structure.

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

Usage Guidelines3/5

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

Implies use for batch operations with 'in one call' and 'max 50', but does not explicitly contrast with singular 'metrics' tool or specify when not to use it. No direct alternative guidance.

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/patwalls/pulse-mcp'

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