Skip to main content
Glama
ygstudio-game

BlindWrite MCP

benchmark_generate_outputs

Generate writing samples from multiple AI models for a benchmark task, keeping models anonymous to support bias-free evaluation.

Instructions

Generate writing outputs for a benchmark task across competing models via OpenRouter. Models remain strictly anonymous.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYesThe ID of the benchmark task
model_idsNoOptional specific model IDs; defaults to all enabled models
temperatureNoSampling temperature for generation

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It does reveal a meaningful behavior: models remain strictly anonymous, and it names the OpenRouter dependency. However, it does not disclose side effects such as whether outputs are persisted, whether generation is costly or slow, or what the caller receives back.

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 sentences carry the entire definition, with the main action front-loaded and the key anonymity constraint in the second sentence. There is no filler, redundancy, or unnecessary detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The definition is adequate for a three-parameter tool, but with no output schema it leaves several gaps: no return-value description, no prerequisites such as the benchmark task needing to exist, and no statement about whether outputs are stored or only returned. Sibling relationships and alternatives are also not addressed.

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?

The input schema already documents all 100% of the parameters, including defaults and constraints. The description adds no parameter-level meaning beyond the schema, so the baseline score of 3 applies.

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 action (Generate), the resource (writing outputs for a benchmark task), and the mechanism (across competing models via OpenRouter). It also adds the distinctive guarantee that models remain anonymous, which helps separate it from general writer_generate and other benchmark workflow tools.

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 phrase 'for a benchmark task across competing models' implies when the tool should be used, but there is no explicit guidance about when not to use it or which sibling tool should be preferred instead. It does not reference benchmark_start_duel, writer_generate, or any alternative.

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

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/ygstudio-game/BlindWrite_MCP'

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