Skip to main content
Glama

evaluate_job

Perform an asynchronous LLM evaluation of a completed job using a custom rubric, scoring job inputs and outputs against each criterion with numeric scores and justifications.

Instructions

Trigger an LLM-as-judge evaluation of a completed job against a rubric.

The evaluation runs asynchronously: the judge LLM scores the job's input/output against each criterion in the rubric and produces a numeric score with a textual justification. Results are retrievable via get_job_evaluations.

Write operation — recorded in the audit log.

Args: job_id: UUID of the job to evaluate (must be in "success" or "failed" state). rubric_id: UUID of the rubric to apply (from list_eval_rubrics).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYes
rubric_idYes
Behavior4/5

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

No annotations provided, so the description carries the full burden. It describes the operation as a write action recorded in the audit log, and notes asynchronous execution. Does not mention rate limits or other side effects, but covers key behavioral traits.

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?

Description is concise with two main sentences plus an Args block. No superfluous text, every sentence adds value. Front-loaded with the core action.

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?

The tool triggers an async evaluation and does not return results directly; the description correctly points to get_job_evaluations for results. Given absence of output schema, this is sufficient. The description covers inputs, behavior, and post-operation steps.

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 coverage is 0%, so description must compensate. It adds meaning to job_id by noting it must be a UUID of a job in 'success' or 'failed' state, and to rubric_id by referencing list_eval_rubrics. This goes beyond the bare schema.

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 uses specific verb-resource pairing: 'Trigger an LLM-as-judge evaluation of a completed job against a rubric.' It clearly distinguishes from siblings like get_job_evaluations and list_eval_rubrics.

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 that the evaluation runs asynchronously with results retrievable via get_job_evaluations, and specifies required job states ('success' or 'failed'). While it doesn't explicitly state when not to use, the context is clear.

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/VibOpsai/vibops-mcp'

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