Skip to main content
Glama

Charlie: the toil budget

charlie_summary
Read-only

Assess repository toil budget with total remediation minutes, debt ratio, maintainability grade, and issue counts to keep toil under 50%.

Instructions

Report the repo's toil budget: total estimated remediation minutes, a debt ratio, an A-E maintainability grade, and counts by kind. Google SRE says keep toil under 50 percent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoNo.
onlineNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
locYes
countYes
gradeYes
countsYes
reportYes
debt_ratioYes
toil_scoreYes
total_minutesYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the agent knows it's a safe read operation. The description adds context about the output metrics but does not disclose potential side effects or limitations (e.g., whether online parameter affects behavior). With annotations present, this is adequate but not exceptional.

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 two sentences long, front-loading the main purpose and listing output components efficiently. No extraneous information. Front-loading: immediately starts with 'Report the repo's toil budget'.

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?

Given the simplicity of the tool (2 optional params, output schema exists), the description should explain input usage and prerequisites. It misses guidance on how parameters affect the output. For instance, 'repo' defaults to '.' and 'online' may trigger checks, but this is not mentioned.

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%, yet the description does not explain the 'repo' and 'online' parameters. It fails to add meaning beyond the schema, such as default values or when each parameter is useful. This is a significant gap.

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 what the tool does: reports the repo's toil budget with specific metrics (remediation minutes, debt ratio, grade, counts). The reference to Google SRE adds context. It distinguishes itself from siblings like charlie_scan_toil by focusing on summary metrics.

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 implies usage for getting a toil budget overview, but it does not explicitly state when to use this tool versus siblings (e.g., when a high-level summary vs. detailed scan is needed). No exclusions or alternative suggestions are provided.

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/Falcon305/charlie-work-mcp'

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