Skip to main content
Glama

create_user_stories

Read-onlyIdempotent

Generate user stories from requirements by specifying features, user types, and priority levels to define clear development tasks with acceptance criteria.

Instructions

스토리|사용자 스토리|user story|user stories|as a user - Generate user stories from requirements

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
featuresYesList of features or requirements to convert to user stories
userTypesNoTypes of users (e.g., admin, customer, guest)
priorityNoDefault priority level
includeAcceptanceCriteriaNoInclude acceptance criteria for each story
Behavior3/5

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

Annotations already provide key behavioral hints: readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=false. The description adds no additional behavioral context (e.g., rate limits, auth needs, or output format details). However, it doesn't contradict the annotations, so it meets the baseline for annotations covering safety and idempotency, but lacks extra value like explaining what 'generate' entails operationally.

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 concise and front-loaded with the core purpose ('Generate user stories from requirements'), followed by alternative names for clarity. It uses minimal words without redundancy, though the alternative names could be seen as slightly verbose. Overall, it's efficient and well-structured for quick understanding.

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

Completeness3/5

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

Given the tool's moderate complexity (4 parameters, no output schema) and rich annotations, the description is adequate but incomplete. It clearly states what the tool does but lacks usage guidelines, behavioral details beyond annotations, and output information. For a generation tool with no output schema, more context on expected results would be helpful, but it meets minimum viability.

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?

Schema description coverage is 100%, with all parameters well-documented in the input schema (e.g., 'features' as 'List of features or requirements to convert to user stories'). The description adds no parameter-specific information beyond the schema, such as examples or formatting tips. Given the high schema coverage, the baseline score of 3 is appropriate, as the description doesn't compensate but doesn't need to heavily.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Generate user stories from requirements.' It specifies the verb ('Generate') and resource ('user stories'), and provides alternative names ('스토리|사용자 스토리|user story|user stories|as a user') to aid recognition. However, it doesn't explicitly differentiate from sibling tools like 'analyze_requirements' or 'generate_prd', which might have overlapping domains, so it doesn't reach a perfect score.

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?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention sibling tools like 'analyze_requirements' (which might analyze rather than generate) or 'generate_prd' (which could produce a different artifact), nor does it specify prerequisites or exclusions. This leaves the agent without contextual usage cues.

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/su-record/hi-ai'

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