Skip to main content
Glama

edgegate_setup_github_action

Set up a GitHub Actions workflow so every pull request runs EdgeGate as a CI gate. Generates the workflow YAML and gh secret commands.

Instructions

Generate the GitHub Actions workflow YAML + gh secret commands so every PR runs EdgeGate as a CI gate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pipeline_idNo
workspace_idYes
model_artifact_idNo
Behavior2/5

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

With no annotations provided, the description should disclose side effects, prerequisites, or output behavior. It only says 'generate', which implies a non-destructive action but doesn't clarify whether it modifies the repository, requires authentication, or produces only text output. This is minimal behavioral context.

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, focused sentence with no fluff. It immediately states the action (generate workflow + secret commands) and the outcome. Every word adds value.

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?

There is no output schema, and the description doesn't explain the format of the generated YAML or gh secret commands. Parameter semantics are missing, and the relationship to sibling tools like edgegate_setup_bg_github_action is unclear. For a setup tool with three parameters, this is insufficient context for reliable use.

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

Parameters1/5

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

Schema description coverage is 0%, and the description mentions none of the three parameters (workspace_id, pipeline_id, model_artifact_id). There is no explanation of what these UUIDs refer to or how they affect the generated YAML/commands, making proper invocation impossible without external knowledge.

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 generates GitHub Actions workflow YAML and gh secret commands, with a specific goal ('every PR runs EdgeGate as a CI gate'). It's specific but does not explicitly differentiate from the sibling tool edgegate_setup_bg_github_action, which appears to be a similar setup action.

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

Usage Guidelines3/5

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

The phrase 'so every PR runs EdgeGate as a CI gate' implies a use case for repo-level CI gating, but there is no explicit guidance on when to use this instead of alternatives like edgegate_setup_bg_github_action, nor when not to use it. No exclusions or prerequisites are stated.

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/frozo-ai/edgegate-mcp'

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