Skip to main content
Glama

Project Badge

get_badge
Read-onlyIdempotent

Retrieve an SVG badge for a project's latest buildset result. Embed it in READMEs to show current CI status.

Instructions

Get a status badge for a project's latest buildset result.

Returns the badge URL (SVG) that can be embedded in READMEs to show current CI status. Returns 404 info if no buildset found.

Args: project: Project name (e.g. "org/repo") tenant: Tenant name (uses default if empty) pipeline: Filter by pipeline (optional) branch: Filter by branch (optional)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
branchNo
tenantNo
projectYes
pipelineNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare idempotent, read-only, non-destructive behavior. The description adds value by specifying the return is a badge URL (SVG) and that a 404 info is returned if no buildset exists, complementing the annotations.

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 and well-structured, with a brief summary followed by clear parameter documentation. No extraneous information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of an output schema (which describes return value), annotations, and the description's coverage of purpose, behavior, and parameters, the description is complete and leaves no key questions unanswered.

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

Parameters5/5

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

The description provides detailed parameter explanations in the Args section (project format, tenant default, optional filters for pipeline and branch) despite 0% schema coverage. This fully compensates for the lack of schema descriptions.

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 retrieves a status badge for a project's latest buildset result, specifying the output format (SVG URL) and embedding use case. It distinguishes from sibling tools as there is no other badge-related tool.

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 explains the tool is used to embed CI status in READMEs and handles the case of no buildset. It lacks explicit when-not-to-use or references to alternatives, but the context is clear enough for typical usage.

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/imatza-rh/mcp-zuul'

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