Skip to main content
Glama
vuongdat67

MCP SSDLC Security Toolkit

by vuongdat67

ba_analyze_requirements

Transform project descriptions and business goals into user stories, security requirements, and abuse cases for secure development.

Instructions

Generate user stories, security requirements, and abuse cases

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domain_nameNoOptional domain name
business_goalsYes
project_descriptionYes
Behavior2/5

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

No annotations are present, so the description carries full burden. It only lists outputs but does not disclose any behavioral traits such as side effects, authorization needs, or constraints. The tool's behavior regarding data persistence or generation style is not mentioned.

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?

Single sentence, no wasted words. However, it is minimal could benefit from slight expansion to cover usage context without losing conciseness.

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

Completeness2/5

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

Tool has 3 parameters (2 required) and no output schema. The description does not explain how parameters map to outputs or what the generated artifacts look like. For a complex generation task, more context is needed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 33% (only 'domain_name' has a description). The description does not add meaning to parameters beyond their names. For example, 'business_goals' and 'project_description' are not elaborated on format or expected content.

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?

Description clearly states verb (Generate) and resource (user stories, security requirements, abuse cases). It specifies the outputs but does not differentiate from sibling tools like 'analyze_code_security' or 'security_threat_model' which may produce similar requirements.

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?

No guidance on when to use this tool versus alternatives. Does not mention prerequisites, context, or when not to use it. Sibling tools exist with overlapping functionality, yet no distinction is provided.

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/vuongdat67/mcp_ssdlc'

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