Skip to main content
Glama

get_research_prompt

Generate an analysis prompt from research data to extract behavioral patterns, pain points, and goals. Process the prompt with your LLM and save structured results.

Instructions

Generate an analysis prompt from research data.

Reads all research files (or specified subset) and returns a prompt that you (the AI host) should process with your LLM to extract:

  • Behavioral patterns

  • Pain points

  • Goals and motivations

  • Environment/context factors

  • Key differentiators between user segments

After processing, call save_patterns with the structured result.

Args: project_path: Absolute path to the project directory. source_files: Optional list of specific file names to analyze.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_pathYes
source_filesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description bears full burden. It states the tool reads research files and returns a prompt, implying read-only behavior but no explicit mention of side effects, auth, or rate limits. Adequate but not comprehensive.

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?

Two paragraphs plus args list; front-loaded with main purpose. Every sentence adds value without repetition. Efficient use of space.

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?

Given tool complexity (generating a prompt), the description covers inputs, what the prompt extracts, and the follow-up action. Output schema exists but is not shown; description compensates by explaining expected prompt content. Minor gap: does not clarify if prompt is returned as a string or object.

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 description coverage is 0%, but the description adds meaningful context for both parameters: project_path is 'Absolute path to the project directory' and source_files is 'Optional list of specific file names to analyze.' Adds value beyond the schema structure.

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?

Description starts with a clear verb+resource: 'Generate an analysis prompt from research data.' It specifies inputs and outputs, and distinguishes from sibling tools like get_generate_prompt by mentioning the workflow to call save_patterns afterward.

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

Usage Guidelines4/5

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

Provides explicit workflow: use this to generate a prompt, process it with an LLM, then call save_patterns. Does not state when not to use or compare to alternatives, but the context (siblings) and description imply usage scope.

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/Sebtiago/usuarios-mcp'

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