Skip to main content
Glama

evaluate_code_streaming

Submit code for streaming evaluation that returns per-judge results progressively with running aggregate scores, providing early feedback as each of 45 judges completes.

Instructions

Submit code for streaming evaluation — returns per-judge results as each judge completes, with running aggregate scores. Ideal for long evaluations where you want progressive feedback. All 45 judges run sequentially with per-judge results accumulated into a single structured response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesThe source code to evaluate.
configNoOptional inline configuration (same format as .judgesrc)
contextNoOptional context about the code.
languageYesThe programming language (e.g., 'typescript', 'python', 'javascript').
minConfidenceNoMinimum finding confidence to include (0-1, default: 0)
includeAstFindingsNoInclude AST/code-structure findings (default: true)
Behavior4/5

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

With no annotations provided, the description carries full responsibility. It discloses key behaviors: all 45 judges run sequentially, per-judge results stream as each completes, and running aggregates are provided. Missing details on error handling or auth, but the disclosed streaming behavior is adequate.

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?

Two concise sentences: the first defines the core functionality and output, the second reinforces the use case and sequential execution. No wasted words, front-loaded with essential information.

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 no output schema and a moderately complex input, the description covers the streaming behavior well. It lacks explicit details about the expected response structure (beyond 'single structured response') or error scenarios, but the core functionality is clear and complete for the tool's purpose.

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

Parameters3/5

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

Schema coverage is 100% with solid field descriptions. The tool description does not add new parameter-level insights beyond restating the streaming nature. Baseline of 3 is appropriate since the schema already documents the parameters sufficiently.

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?

Description clearly states the tool submits code for streaming evaluation, specifies it returns per-judge results with running aggregates, and contrasts with siblings like evaluate_code and evaluate_code_single_judge by emphasizing sequential execution and progressive feedback.

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?

Description explicitly recommends the tool for long evaluations requiring progressive feedback, which provides a clear use case. While it does not mention exclusions or alternative tools by name, the sibling list implies differentiation and the context is sufficient for an agent to decide.

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/KevinRabun/judges'

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