Skip to main content
Glama

decision_card_infer_status

Infer decision status from rubric results: any fail triggers rejection, partial or pass-with-condition triggers conditional approval, all pass triggers approval, and empty or all n/a triggers pending.

Instructions

Given a rubric, infer the right decision.status. Mirrors procurement-decision-api's rubric engine: any 'fail' -> 'rejected-with-remediation'; any 'partial' or 'pass-with-condition' -> 'approved-with-conditions'; all 'pass' -> 'approved'; empty or all 'n/a' -> 'pending'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rubricYes
Behavior4/5

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

With no annotations provided, the description fully explains the deterministic mapping logic (e.g., any 'fail' leads to 'rejected-with-remediation'). It does not mention side effects, but the tool is purely computational, so this is sufficient 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, using a single sentence with inline enumeration. Every word conveys necessary information without redundancy.

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?

Given the simple nature of the tool and lack of output schema, the description adequately covers the mapping logic and implies the output is a status string. It could be improved by explicitly stating the return type, but overall it is complete for an inference tool.

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%, so the description must add semantic value. It explains how the 'result' field values in the rubric array map to inferred status, which goes beyond the schema's structural definition. However, it does not describe the 'id' field or any additional properties.

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 infers the appropriate decision.status based on a rubric, using a verb ('infer') and specific resource ('decision.status'). It distinguishes from sibling decision_card tools like fetch, validate, inspect by focusing on status inference.

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?

While the description implies when to use this tool (when needing to determine a status from rubric results), it does not explicitly state when to use it versus alternatives, nor does it mention prerequisites or restrictions. Usage context is clear but lacks formal guidance.

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/mizcausevic-dev/mcp-kinetic-gain'

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