Skip to main content
Glama

Build a house-style round

repovive_build_house_round
Idempotent

Build a round from house-style generators for slots A-G, applying 500-3500 point ladder and easy/easy/medium/medium/medium/hard/hard difficulty, verifying schema, style, tests before publishing.

Instructions

Build a full Repovive-format round from house-style generators, one per slot A-G, applying the 500-3500 points ladder and the easy/easy/medium/medium/medium/hard/hard difficulty curve. Every problem is schema-checked, house-style-checked and judged against its own tests; require verification.all_passed before publishing anything.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNoBase seed; slot i uses seed+i
titleYesRound title, e.g. 'Repovive Starter Round 8'
problem_kindsYesOrdered generator kinds, one per slot A..G
num_hidden_per_problemNoHidden tests per problem

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior4/5

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

Annotations already indicate idempotent and non-destructive behavior. The description adds meaningful context: it enforces schema, house-style checks, judges against tests, and requires verification.all_passed before publishing. This goes beyond annotations and clarifies the safety gate for publishing.

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 that front-load the primary purpose and include essential constraints (slots, points, difficulty, verification). No unnecessary detail.

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 core behavior: building a full round, generator mapping, scoring, difficulty, and the verification requirement before publishing. With an output schema present, the description is sufficiently complete 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.

Parameters3/5

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

Schema coverage is 100%, so parameters are fully documented. The description adds context about slots A-G and difficulty curve, but does not elaborate on the parameters themselves beyond what the schema already provides, so a baseline 3 is appropriate.

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 a specific verb (build) and resource (a full Repovive-format round), and specifies house-style generators per slot A-G, making it distinct from sibling tools like generate_house_problem or build_contest.

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?

The description does not explicitly state when to use this tool over alternatives, nor does it mention excluded cases. Its purpose is clear but selection guidance is left implicit, meriting a 3.

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/dwin-gharibi/repovive-mcp'

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