Skip to main content
Glama

Minds: Synthetic Market Research Panels

Create a Study

create_study

Creates a new Study workspace from existing Audiences or inline Audience configurations; it does not ask questions or run research. Follow-up research in an existing Study does not require another Study. Every questionnaire, survey, battery, section, cohesive question set, or request with two or more known questions belongs in one planned and confirmed multi-question block inside that Study. Never submit such a known set as separate direct questions. A direct question is appropriate only when exactly one standalone question is known or the next question depends on earlier results. Composite creation is atomic and rolls back partial Audience failures. Studies are private by default; enabling link sharing also publishes the attached Audiences and Minds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName for the Study workspace (e.g., "Brand Perception Study", "Q4 Market Research")
groupIdsNoLegacy alias for audienceIds.
audienceIdsNoPreferred field for existing Audience IDs to attach — use list_audiences to find IDs.
groupConfigsNoLegacy alias for audienceConfigs.
audienceConfigsNoPreferred field for new Audiences to create and attach atomically.
isLinkSharingEnabledNoSet true ONLY when the user explicitly asked for a public/shareable Study link. Defaults to false: the Study is private to its owner and no share URL is generated. Enabling this ALSO publishes every attached Audience and every Mind inside them at world-readable URLs — including pre-existing Audiences passed via audienceIds. Do not enable it to "be helpful".

TDQS

A4.8/5.0
Behavior5/5

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

Discloses significant behavior beyond annotations: creation is atomic with rollback on partial Audience failures; Studies are private by default; enabling link sharing publishes attached Audiences and Minds at world-readable URLs; follow-up research does not require a new Study. These are safety-relevant and privacy-critical details not visible in the annotations.

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?

The description is a bit dense and could be better structured with paragraphs, but every sentence earns its place: purpose, research-block guidance, direct-question rule, atomicity, and privacy caveats are all material. The critical privacy warning is near the end, which is slightly suboptimal, but the overall length is justified by the rules-heavy nature of the tool.

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 creation tool with no output schema, the description covers the essential contexts an agent needs: when to create a Study, how to batch research questions, legacy vs preferred parameter fields, atomic rollback behavior, and privacy side effects. Sibling tools for finding Audiences and Minds are referenced (list_audiences/list_minds) inside the schema, giving the agent a clear workflow.

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?

Schema coverage is 100%, so structured descriptions already document every parameter. The description adds value by emphasizing that audienceConfigs is the preferred field over groupConfigs/groupIds legacy aliases, and it reinforces the privacy implications of isLinkSharingEnabled beyond the schema's warning.

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: 'Creates a new Study workspace from existing Audiences or inline Audience configurations.' It explicitly contrasts itself with related operations ('it does not ask questions or run research') and distinguishes Study creation from follow-up research, making it easy for an agent to differentiate from siblings like ask_study, plan_study_questions, and run_study_questions.

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?

Provides strong when-to-use guidance: tells agents that any multi-question set belongs in a planned block inside a Study, never as separate direct questions, and that a direct question is only appropriate for a single standalone question or dependent follow-ups. It also warns against enabling link sharing unless explicitly requested, which is critical usage guidance.

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

A3.9/5.0
Disambiguation3/5

The tool set has three distinct get_panel_* tools and two draft-saving tools (plan_panel_study, save_study_draft) that could be confused, but the detailed descriptions clarify their specific scopes. Most other tools (list, create, export, ask) target clearly different resources or actions.

Naming Consistency5/5

All tool names follow a consistent verb_noun scheme in snake_case (list_, get_, create_, ask_, export_, plan_, run_, save_). Verb choice maps predictably to the operation, making the set easy to navigate.

Tool Count4/5

At 18 tools, the set is slightly above the ideal 3-15 range but well-scoped for a comprehensive research-panel platform. Each tool addresses a distinct part of the workflow, from group/panel creation to study planning, execution, and export.

Completeness4/5

The surface covers the full research lifecycle: create groups/panels, ask questions, monitor status, export artifacts, and plan/run multi-question studies. It lacks update/delete operations for groups and panels, but these are minor gaps that agents can work around for typical research flows.