Skip to main content
Glama

security_test_checklist

Generate an OWASP Top 10 security checklist tailored to your feature type, including attack vectors, test cases, required headers, SAST/DAST tools, and security acceptance criteria to identify and address security gaps.

Instructions

Retorna checklist de segurança OWASP Top 10 adaptado ao tipo de feature, com vetores de ataque, casos de teste, headers obrigatórios, ferramentas SAST/DAST e critérios de aceitação de segurança.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contextNoContexto: autenticação usada, dados sensíveis, regulações (LGPD, PCI-DSS).
tech_stackNoStack para ferramentas específicas.
feature_typeYesTipo de feature.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv2.0.0

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It clearly states what the tool returns (a security checklist with specific components) and implies it is a read-only, consultative operation. It does not mention any side effects, required permissions, or rate limits, but for a checklist generation tool, the behavioral profile is sufficiently transparent.

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 a single, information-dense sentence that effectively conveys the purpose and scope without superfluous words. Every element (OWASP Top 10, adaptation to feature type, specific components) earns its place.

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 the moderate complexity (3 parameters, no nested objects, no output schema), the description provides a complete overview of the tool's function and output components. It could be enhanced by mentioning if the checklist is returned as text, structured data, or a JSON object, but this is a minor gap.

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 100%, so the schema already documents all three parameters. The description adds value by explaining the overall output context (security checklist) but does not elaborate on individual parameters beyond what the schema provides. However, the required parameter 'feature_type' is well-explained via its enum in the schema, and the description's context about OWASP enhances understanding of how the parameters are used.

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 returns an OWASP Top 10 security checklist adapted to the type of feature, including attack vectors, test cases, mandatory headers, SAST/DAST tools, and security acceptance criteria. This specific verb+resource combination distinguishes it from siblings like 'quality_checklist' (general quality) and 'analyze_user_story' (analysis, not checklist generation).

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?

The description implies usage for security testing of features by mentioning OWASP Top 10, attack vectors, and security acceptance criteria. However, it does not explicitly state when not to use it (e.g., for non-security testing) or provide alternatives like 'quality_checklist' or 'analyze_user_story' for different contexts.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/qamichaelmaia/qa-testing-mcp'

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