Skip to main content
Glama

get_pain_points

Quick single-source pain point extraction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
top_nNoNumber of top pain points to return (default 10).
sourceYesSource config with "type" (github_issues, hackernews, appstore) and "target".
max_itemsNoMax feedback items to analyze (default 50).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3/5.0
Behavior1/5

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

With no annotations, the description must disclose behavioral traits, but it only mentions 'quick' and 'single-source' without addressing side effects, permissions, read-only nature, rate limits, or any other runtime behavior. This is a significant gap.

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, concise sentence that directly states the tool's purpose without unnecessary fluff. It is well-structured and to the point.

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 the tool's complexity (nested source object, parameters with defaults) and lack of usage guidance, the description is too minimal. It does not explain what 'pain points' means, how they are determined, or when to use this tool, leaving the agent with insufficient context despite having an output schema.

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?

The schema descriptions cover 100% of parameters, each with a clear meaning (source type/target, top_n count, max_items count). The tool description adds no extra insights beyond the schema, so the baseline score of 3 applies.

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?

The description clearly states the tool extracts pain points from a single source, distinguishing it from sibling tools like sentiment trends or search. The verb 'extraction' and object 'pain points' are specific, and the 'single-source' qualifier adds clarity.

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 explicit guidance on when to use this tool versus alternatives. The term 'single-source' hints at a limitation, but there is no direct statement about when to prefer this over search_feedback or synthesize_feedback.

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.