Skip to main content
Glama
tokportal

tokportal-mcp

Official

tokportal_get_comment_pulse

Read-onlyIdempotent

Analyze comment sentiment trends over a specified date range, platform, and account to uncover audience engagement patterns and inform content strategy.

Instructions

Get comment pulse analytics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoquery parameter to
fromNoquery parameter from
postNoquery parameter post
limitNoquery parameter limit
accountNoquery parameter account
countryNoquery parameter country
platformNoquery parameter platform
postLimitNoquery parameter postLimit
Behavior2/5

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

The annotations already disclose that this is read-only, idempotent, and non-destructive, and the description adds no behavioral context beyond that—no rate limits, aggregation behavior, date-range semantics, or pagination details. There is no contradiction with annotations, but the description carries none of the transparency burden.

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

Conciseness3/5

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

The description is concise and front-loaded as a single sentence, but it is so terse that it approaches under-specification. It uses its space efficiently but misses the opportunity to define 'pulse' or explain the key filters, making the brevity less helpful than it could be.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 8 optional parameters, a rich sibling set, and no output schema, the description is too thin to be complete. It does not explain the return shape, what 'comment pulse' means, how filters interact, or why this tool is distinct from other comment/analytics endpoints.

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 100%, so the baseline is 3, but the schema descriptions are mostly tautological ('query parameter to'). The tool description adds no parameter meaning, leaving the agent to infer the roles of fields like post, account, country, and postLimit from names alone.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Get comment pulse analytics' names a specific verb and resource, making the basic purpose clear. However, 'pulse' is undefined and it does little to distinguish this from sibling analytics tools such as get_analytics_series or list_analytics_account_comments.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool versus alternatives. The description and name imply 'use it for comment pulse analytics,' but there is no context, exclusions, or comparison to the many sibling analytics/comment tools.

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/tokportal/tokportal-mcp'

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