Skip to main content
Glama
growsurf

GrowSurf MCP Server

Official
by growsurf

growsurf_agent_program_creation_eval

Read-onlyIdempotent

Generates eval prompts and acceptance checks for GrowSurf program creation, covering starter content review, conservative rewards, configuration validation, and frontend install proof.

Instructions

Generate one-shot GrowSurf program-creation eval prompts and acceptance checks for agent steering: starter content review, conservative rewards, configuration review, and frontend install proof.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
programTypeNoboth
includeOneShotPromptsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
markdownNoThe generated guidance as a markdown document.
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior, so the description's burden is reduced. It adds value by specifying the output nature (eval prompts and acceptance checks for four areas), which goes beyond the structured hints and aligns with the read-only intent without contradiction.

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?

A single, well-structured sentence that front-loads the primary action and then lists specific sub-areas. It is concise, and every phrase contributes to understanding the tool's scope without unnecessary fluff.

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

Completeness2/5

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

The tool has two optional parameters and an output schema, but the description does not explain parameter usage, which is critical for correct invocation. While the output schema likely documents returns, the input side is underspecified, leaving the agent uncertain about how to set programType or includeOneShotPrompts for different eval scenarios.

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 coverage is 0% and the description does not mention either parameter (programType or includeOneShotPrompts). The agent receives no semantic guidance on how these optional parameters influence the generated prompts, forcing inference from enum values and defaults alone.

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 generates one-shot eval prompts and acceptance checks for GrowSurf program creation, listing specific coverage areas (starter content review, conservative rewards, configuration review, frontend install proof). This distinguishes it from sibling CRUD tools and leaves no ambiguity about its function.

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 mentions 'for agent steering' but does not explicitly state when to use this tool versus alternatives or provide exclusions. Since no sibling performs a similar function, the intended use is somewhat self-evident, but the lack of explicit usage context or conditions is a gap.

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/growsurf/growsurf-mcp'

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