Skip to main content
Glama

List commented posts

comments_list_inbox_comments
Read-only

List commented posts

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
sinceNoPosts created after this date
cursorNo
sort_byNoSort fielddate
platformNoFilter by platform. `metaads` is a synthetic value meaning the user's ads (boosted/dark posts) only; `facebook`/`instagram` return organic posts only. `tiktok` covers accounts connected through the TikTok Business app only; developer-app TikTok accounts are returned under `meta.accountsSkipped`.
account_idNoFilter by specific account ID
profile_idNoFilter by profile ID
sort_orderNoSort orderdesc
min_commentsNoMinimum comment count

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / platform / description
      Previous value: -"Filter by platform. `metaads` is a synthetic value meaning the user's ads (boosted/dark posts) only; `facebook`/`instagram` return organic posts only."New value: +"Filter by platform. `metaads` is a synthetic value meaning the user's ads (boosted/dark posts) only; `facebook`/`instagram` return organic posts only. `tiktok` covers accounts connected through the TikTok Business app only; developer-app TikTok accounts are returned under `meta.accountsSkipped`."
  2. Changed1 schema field changed
    • changedInput schema / properties / account_id / description
      Previous value: -"Filter by specific social account ID"New value: +"Filter by specific account ID"
  3. First observed

TDQS

C2/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and openWorldHint=false, so the safety profile is covered. The description adds nothing beyond that: no mention of pagination via cursor, sort defaults, result volume, or how the inbox/filtering behaves — leaving the lower bar unmet.

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

Conciseness2/5

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

The single short sentence is not verbose, but it is not concise in a useful sense — it is under-specified, consisting entirely of a title echo with no additional content. Brevity here reflects missing information rather than efficiency.

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?

For a 9-parameter listing tool with no required parameters and an output schema (so return values need not be explained), the description still needs to establish filtering/sorting intent and its relationship to the sibling comment tools. None of that is present, leaving the definition inadequate for correct tool selection.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 78%, with 'limit' and 'cursor' carrying no inline description at all, and the description provides zero parameter explanation. It does not compensate for the notable gaps in the schema, so it falls below the baseline-3 case for near-complete coverage.

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

Purpose2/5

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

Tautological: description restates name/title.

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 on when to use this list endpoint versus comments_get_inbox_post_comments (which fetches comments on a single post) or any other sibling. There is no mention of prerequisites, pagination expectations, or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.