Skip to main content
Glama

Comment on a forum request

comment_on_request

Add the signed-in customer's comment to a thread — their workaround, their trade's angle, their +1 with a reason. Requires authorization.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe thread id
bodyYesThe comment

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already mark this as a write operation (readOnly=false), so the description's added value is mainly 'requires authorization'. It does not describe whether repeated calls create duplicate comments or how the comment is attached to the thread, though idempotentHint=false partially covers the duplicate concern.

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 a single sentence with no filler. The verb, object, content guidance, and authorization requirement are all present and front-loaded, with every clause contributing useful information.

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?

For a simple two-parameter mutation with full schema coverage, the description plus annotations is largely adequate: purpose, target thread, comment content, and authorization are covered. The only real gap is explicit routing guidance against sibling tools, which was already penalized under usage guidelines.

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

Parameters4/5

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

The schema already fully describes both parameters, giving a baseline of 3. The description adds value by indicating what the body should contain — a workaround, a trade angle, or a +1 with a reason — which helps an agent compose a meaningful comment beyond the schema's generic 'The comment'.

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 states a specific verb and resource: adding the signed-in customer's comment to a thread. The examples ('workaround', 'trade's angle', '+1 with a reason') make the action clear, but it does not explicitly contrast with sibling tools like heart_request or post_feature_request, so it is slightly short of full differentiation.

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?

The examples imply the intended use case: a customer commenting on an existing request, including a reasoned +1. However, there is no explicit statement of when not to use this tool or when to prefer a sibling such as heart_request for a simple endorsement, leaving the guidance implied rather than stated.

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.

TDQS

A4.1/5.0
Disambiguation3/5

Most tools target distinct actions, but get_product_overview, search_knowledge_base, and server_info all overlap on product-capability questions, and search_forum overlaps with get_roadmap for status discovery. The descriptions help direct usage, but ambiguity remains in a few pairs.

Naming Consistency4/5

Nearly all tools follow a clean snake_case verb_noun pattern: get_pricing, heart_request, post_feature_request, search_forum. Minor deviations like server_info and my_requests are noun-phrase names, but they do not disrupt the overall readability.

Tool Count5/5

Thirteen tools is well within the ideal range, and each tool earns its place. The set covers product info, pricing, forum engagement, knowledge base, waitlist, and contact without feeling padded.

Completeness5/5

The toolset covers the full customer-facing lifecycle: discover the product, check pricing, search and read forum threads, post requests, comment, heart, track personal requests, join the waitlist, and contact a human. There are no obvious dead ends for the stated purpose.

Resources