Skip to main content
Glama

Project Configuration

get_project
Read-onlyIdempotent

Retrieve project configuration including pipelines and jobs from a Zuul CI instance. Specify a project name to get its defined pipelines and job details.

Instructions

Get project configuration — which pipelines and jobs are configured.

Args: name: Project name (e.g. "openstack-k8s-operators/openstack-operator") tenant: Tenant name (uses default if empty)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
tenantNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already indicate readOnlyHint and idempotentHint, so the agent knows it's safe. The description adds value by stating the tool retrieves 'project configuration — which pipelines and jobs are configured', disclosing the content of the return beyond the output schema. Combined with annotations, this gives adequate behavioral transparency.

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 extremely concise: a single introductory sentence front-loading the purpose, followed by a brief Args section. Every sentence provides essential information without redundancy or filler.

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 tool's simplicity (2 parameters, 1 required), existing output schema, and annotations covering safety, the description is sufficiently complete. It explains the purpose, key parameters, and what the response contains (pipelines and jobs), leaving no critical gaps.

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

Parameters4/5

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

Schema description coverage is 0%, but the description compensates by explaining the 'name' parameter with an example and the 'tenant' parameter with its default behavior. This adds meaningful context beyond the bare schema definitions.

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 verb 'Get' and the resource 'project configuration', specifying that it returns which pipelines and jobs are configured. This distinctly differentiates from sibling tools like 'list_projects' (which lists all projects) and 'get_job' (specific job details).

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 provides a clear context by specifying it gets configuration for a project, with arguments for project name (with example) and tenant (with default). While it does not explicitly state when not to use or provide alternatives, the purpose is unambiguous for the intended use case.

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