Skip to main content
Glama
Rorogogogo

jobjourney-claude-plugin

by Rorogogogo

get_community_comments

Browse community posts and comments to review peer discussions and feedback. Retrieve paginated comments with configurable page and limit for job search research.

Instructions

Browse community posts and comments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default: 1)
limitNoNumber of comments per page (default: 10)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv3.2.5

TDQS

C2.6/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden, yet it only says 'browse'. It doesn't disclose that this is a read-only paginated listing, the ordering of results, authentication requirements, or that page/limit control paging.

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

Conciseness4/5

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

A single short sentence with no padding and the verb front-loaded. It is efficient, though it errs toward under-specification rather than excess.

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?

With no annotations and no output schema, the description must convey the return shape and safety profile, and it does neither. For a listing tool whose parameters imply pagination, an agent cannot tell what a page contains or in what order.

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% with only two optional, self-explanatory parameters (page, limit), so the schema already does the work. The description adds nothing about paging behavior, which would have been the useful addition.

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

Purpose3/5

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

It states a verb ('browse') and resources ('community posts and comments'), but 'browse' is vague about what is actually returned, and the tool name promises only comments while the description adds 'posts'. No sibling differentiation against get_comment_thread, get_coffee_chat_messages, or the other comment-related tools.

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 when-to-use guidance, no exclusions, and no pointer to alternatives such as get_comment_thread for a specific thread. In a sibling set crowded with comment and chat tools, the agent gets no routing signal.

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

Deploy Server

Other Tools