Skip to main content
Glama

run_stage_a

Collects every submission, scores what a machine can, and saves artifacts. Returns per-student scores and evidence, with no posting or commenting.

Instructions

Run Stage A: collect every submission, score what a machine can, and save the artifacts.

Returns the engine's result — per-student scores and the evidence it surfaced. It posts nothing and it writes no comment; the wording is Stage B's, done in conversation, and the post is a separate authorised step.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYes
courseYes
rubricNo
Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses key behaviors: returns per-student scores and evidence, posts nothing, writes no comment, and saves artifacts. This adds significant context beyond a generic 'run' description, though it doesn't mention permissions or reversibility.

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 with a clear lead sentence and a precise clarification. No redundancy; every clause adds information about behavior or return value.

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 description covers the main purpose, return values, and non-actions (no posting, no comments). It lacks parameter details and specifics about artifact storage, but given the tool's complexity, the high-level context is well covered. The absence of an output schema is compensated by the return-value explanation.

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%, and the description does not mention the parameters (course, code, rubric) at all. The agent must infer their meaning from names alone. The description fails to compensate for the lack of schema documentation.

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's action: run Stage A to collect submissions, score machine-scorable items, and save artifacts. It also explicitly distinguishes itself by noting it posts nothing and writes no comment, separating it from sibling tools like post_grades.

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 provides clear context: this is the automated scoring stage before Stage B (wording) and before posting, which is a separate authorised step. It implies when to use the tool and when not to, but doesn't explicitly name an alternative tool or provide explicit exclusions.

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/Canvas-LMS-MCP/canvas-teacher-mcp'

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