What problem does it solve? Measuring whether an MCP server actually helps LLMs accomplish real tasks is hard without a structured benchmark. This Skill guides the creation of realistic, multi-hop evaluation questions with verifiable answers that test tool design, schemas, and descriptions. ## Core Features & Use Cases - Structured Evaluation Design: Walks through tool inspection, read-only data exploration, question design, and manual answer verification. - Quality Constraints: Enforces independence, read-only operations, stable single-value answers, and multi-tool-call complexity across diverse answer types. - Repository Integration: Targets the test/e2e/modeleval harness with typed corpus cases, a no-stimulus-leak contract, and a fake:perfect rehearsal mode that costs nothing. - Use Case: After shipping a GitLab MCP server, generate 10 cross-resource questions (issues, MRs, pipelines, users), verify each answer with the real tools, then run them against a model with a budget ceiling. ## Quick Start Ask the assistant to create ten read-only evaluation Q&A pairs for the MCP server and verify each answer using only its tools.