Skip to main content
Glama

github_get_run_logs

Retrieve the download URL for GitHub Actions workflow run logs by providing the owner, repository, and run ID. Get direct access to workflow execution logs for debugging and analysis.

Instructions

Get the download URL for workflow run logs (returns a redirect URL).

Args: owner: Repository owner repo: Repository name run_id: Workflow run ID session_name: GitHub session to use

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYes
ownerYes
run_idYes
session_nameNodefault

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description notes that it returns a redirect URL, which is a useful behavioral detail. However, with no annotations provided, the description carries the full burden and does not disclose other behaviors such as authentication requirements or error handling.

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 concise, with a clear one-sentence purpose followed by a compact parameter list. No unnecessary information is included.

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?

The tool is simple and the description covers the purpose and all parameters. The output schema exists, so return details are not needed in the description. However, it lacks context on when to use it or any prerequisites, which prevents a higher score.

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?

The Args list provides basic descriptions for each parameter, but they largely restate the parameter names (e.g., 'owner: Repository owner'). The description adds some value for session_name ('GitHub session to use'), which is not self-evident from the schema.

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 'Get the download URL for workflow run logs' with a specific verb and resource, distinguishing it from related tools like github_get_workflow_run or github_list_workflow_runs.

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 description does not explicitly mention when to use this tool versus alternatives, but the purpose makes it clear it's for retrieving logs. No exclusions or alternative tool names are given, so usage context is implied rather than explicit.

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

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