Skip to main content
Glama
Userology-Inc

Userology MCP Server

Official

list_studies

Lists all studies for the current organization, providing IDs, names, and statuses. Start here when no specific study is known, then select one to continue.

Instructions

List all studies for the current tenant/organization.

Start here when no study_id is provided. Returns IDs, names, and statuses for all studies. After listing, ask the user which study they'd like to work with, then call get_study_summary for a human-readable overview or get_study for the full raw config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the transparency burden. It discloses the return content ('IDs, names, and statuses') and indicates a read/list operation without claiming any side effects. It does not mention pagination or authentication, but for a zero-parameter list tool this is adequate and not misleading.

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 three sentences, front-loaded with the core purpose and immediately followed by practical guidance. Every sentence adds value: what it lists, when to use it, and what to do next. No fluff or redundant repetition of the schema.

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 zero-parameter list tool with an output schema present, the description fully covers the purpose, output contents, and recommended follow-up workflow. It is complete enough for an agent to select and invoke this tool correctly without additional context.

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 tool has zero parameters and an empty schema, so the baseline is 4 per the rubric. The description adds no parameter-specific meaning (there are none), but it does clarify the scope ('current tenant/organization'), which is context beyond the schema.

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 uses a specific verb ('List') and resource ('all studies for the current tenant/organization'), clearly distinguishing it from sibling tools. It also positions itself as the entry point ('Start here when no study_id is provided'), which makes its purpose unmistakable.

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 states when to use this tool ('Start here when no study_id is provided') and names alternatives for follow-up actions: 'call get_study_summary for a human-readable overview or get_study for the full raw config.' This provides clear usage context and direct alternatives.

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