Skip to main content
Glama
Userology-Inc

Userology MCP Server

Official

get_study_insights

Obtain overall and per-section study insights, key findings, and prioritized recommendations to identify and fix main issues.

Instructions

Get overall and per-section insights for a study, including key findings and actionable recommendations.

Use this when the user asks "what should we fix", "what are the main issues", or wants prioritized action items broken down by study section.

For a shorter executive summary, use get_analytics_summary instead. For the full combined report, call generate_study_report then get_study_report.

⚠️ PREREQUISITE: Analytics must be generated first. Call get_analytics_status — if components are missing, call generate_analytics and wait for completion.

Args: study_id: The unique identifier of the study.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
study_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses a key behavioral trait: analytics must be generated first, and directs the user to get_analytics_status if components are missing. The 'Get' verb implies a read operation, though it doesn't explicitly state that no mutation occurs. This is more transparent than typical descriptions.

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 well-structured and front-loaded with the purpose, then usage triggers, alternatives, and a prerequisite warning. Every sentence earns its place; no fluff or repetition exists.

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

Completeness5/5

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

For a tool with one parameter and an output schema, the description covers the purpose, when to use, alternatives, and necessary prerequisites. The dependency on generated analytics is clearly explained, making the tool's context fully complete.

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 has only one parameter, study_id, with no property description (0% schema coverage). The description's Args section provides a minimal explanation: 'The unique identifier of the study.' This adds only slightly more meaning than the parameter name itself, so it barely compensates for the missing schema-level description.

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's function: 'Get overall and per-section insights for a study, including key findings and actionable recommendations.' This is a specific verb+resource combination that distinguishes it from siblings like get_analytics_summary and get_study_report.

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

Usage Guidelines5/5

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

The description explicitly tells when to use the tool: when the user asks 'what should we fix', 'what are the main issues', or wants prioritized action items broken down by section. It also names alternatives: get_analytics_summary for a shorter executive summary, and generate_study_report + get_study_report for a full combined report. The prerequisite workflow with get_analytics_status and generate_analytics adds clear usage guidance.

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/Userology-Inc/userology-mcp-server'

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