Skip to main content
Glama

get_judge_philosophy

Track-specific craft guidance on what WINS per track (ART/STORY/JOKE) — the moves that elevate a winning entry, complementing get_judge_rubric_explainer. Optional { track } narrows to one. Numeric weights, judge model, and prompt are intentionally not exposed — this is coaching, not a scoring formula.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trackNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.6/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that numeric weights, judge model, and prompt are intentionally not exposed, setting clear expectations about the output's nature. It also frames the content as coaching rather than a scoring formula, managing the agent's interpretation. However, it doesn't describe the return format (e.g., prose, list) beyond 'craft guidance.'

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, front-loaded with the core purpose. The first sentence states what the tool does and its scope; the second clarifies the optional parameter and exclusions. Every word earns its place, with no redundancy or fluff.

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?

For a simple tool with one optional parameter and no output schema, the description covers purpose, scope, parameter semantics, and exclusions. It also differentiates from a key sibling. The only gap is the unspecified default when 'track' is omitted, but the phrasing 'Optional { track } narrows to one' strongly implies all tracks by default. Overall, it is complete enough for an agent to invoke correctly.

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 compensate. It does explain the 'track' parameter: optional and 'narrows to one', with the accepted values (ART/STORY/JOKE) listed in the text. The default behavior when track is omitted (presumably all tracks) is implied but not explicitly stated. This is a minor gap given the simple parameter.

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 function: providing track-specific craft guidance on what wins per track (ART/STORY/JOKE). It distinguishes itself from the sibling get_judge_rubric_explainer by explicitly naming it as a complement and clarifying that this is coaching, not a scoring formula.

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

Usage Guidelines5/5

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

The description explicitly positions the tool relative to get_judge_rubric_explainer, indicating when it should be used (for coaching on winning moves) versus when not (when seeking exact weights, judge model, or prompt). It also explains the optional 'track' parameter narrows the scope, providing clear usage direction.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources