Skip to main content
Glama

Rank Backlog

backlog

Rank findings into a prioritized remediation backlog and generate the first approval batch to guide fixes before launch.

Instructions

Rank findings into a complete remediation backlog and first approval batch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
findingsYes
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only states that findings are ranked into a backlog and approval batch, but does not describe side effects (e.g., does it create or update records?), required permissions, or what constitutes a 'complete' backlog. This is insufficient for an agent to predict the tool's behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, which is concise but lacks critical details. It does not follow a structured format and omits important information about input and output.

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

Completeness1/5

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

Given the absence of annotations, output schema, and schema descriptions for parameters, the description is severely incomplete. The agent has no way to understand how to invoke this tool correctly or what to expect in return.

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?

The sole parameter 'findings' is an object with no description in the schema (0% coverage). The tool's description does not add any meaning to this parameter, leaving the agent with no clue about its structure or expected content.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool ranks findings into a remediation backlog and first approval batch, using a specific verb and resource. However, it does not specify what 'rank' means (e.g., by priority or severity), and it does not differentiate from sibling tools like 'coverage_check' or 'scan'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives, nor does it mention prerequisites or contexts where the tool should not be used. Given the lack of usage instructions, an agent may misuse the tool.

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/KyaniteLabs/checkyourself'

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