Skip to main content
Glama
badchars

github-security-mcp

by badchars

github_check_workflow_environments

Audit GitHub deployment environments for missing protection rules including required reviewers, wait timers, and branch policies to detect ACT-006 vulnerabilities.

Instructions

Check deployment environments for missing protection rules (reviewers, wait timers, branch policies). Detects ACT-006.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ownerYesRepository owner
repoYesRepository name
Behavior3/5

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

Without annotations, the description takes on the burden of disclosing behavior. It states the tool checks for missing protection rules, which implies a read-only operation, but does not confirm whether it requires special permissions, how it handles errors, or what the response format is.

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 single sentence that is front-loaded with the action ('Check deployment environments') and provides useful detail. It is concise with no superfluous text.

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?

With a low-complexity tool (2 simple params) and no output schema, the description explains the purpose adequately but omits return value information. Including what the tool outputs (e.g., list of environments with missing rules) would improve completeness.

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 coverage is 100% with two standard parameters (owner, repo). The description adds no additional meaning beyond what the schema already provides, so a baseline score of 3 is appropriate.

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 specifies a concrete action: checking deployment environments for missing protection rules (reviewers, wait timers, branch policies). It also mentions detecting a specific audit code (ACT-006), which distinguishes it from sibling tools that check branch protection, secrets, etc.

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 is provided on when to use this tool versus other similar check tools (e.g., github_check_repo_branch_protection). The description implies checking deployment environments but does not explain prerequisites or alternatives.

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/badchars/github-security-mcp'

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