run_id
The unique identifier of the workflow run. Required when failed_only is true to get logs for all failed jobs in the run. (number, optional)
This record as markdown: /tools/io-github-aifity-omnigit-mcp/run-id.md
What run_id does on GitHub
AI agents call run_id as a supporting operation in GitHub workflows.
Why run_id is rated Low
The description reads like documentation for a parameter (a numeric identifier), not an independent tool that reads, writes, executes, or destroys anything. It appears to be metadata or a field descriptor rather than an executable tool. Confidence is low because the description is uninformative as a standalone tool.
From the tool's definition 'The unique identifier of the workflow run' — this describes a parameter/field, not an action or tool with side effects.
Attacks that exploit this kind of access
The rule that runs run_id safely
PolicyLayer is an MCP gateway: it sits between your AI agents and GitHub, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For run_id, this is the rule to start with:
run_id gets a rate cap, and everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect GitHub, apply this rule, and every run_id call is checked against it from then on.
Questions about run_id
The unique identifier of the workflow run. Required when failed_only is true to get logs for all failed jobs in the run. (number, optional). It is categorised as a Other tool in the GitHub MCP Server, which means it performs auxiliary operations.
Register the GitHub MCP server in PolicyLayer and add a rule for run_id: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches GitHub. Nothing to install.
run_id is a Other tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the run_id rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for run_id. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
run_id is provided by the GitHub MCP server (oci:ghcr.io/aifity/omnigit-mcp:0.5.0). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on GitHub, and thousands of servers like it.
This server
Across the catalogue