Skip to main content
Glama

edgegate_create_eval_set

Create a behavioral eval set draft, optionally seeded from a bundled pack or explicit cases, to start setting up edge-AI regression gates.

Instructions

Create a new behavioral eval set with its first draft version. Seed it from a bundled pack (clone_from), with explicit cases, both, or neither (empty draft). Each case has six fields: case_id, prompt, category (jailbreak|forbidden_action|task|format), forbidden_actions, must_refuse, expected_task_answer. Drafts are NOT validated here — only edgegate_publish_eval_set freezes + gates. Requires workspace write access.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
casesNoExplicit list of case dicts. May be combined with clone_from or used instead. Omit both to start with an empty draft.
clone_fromNoA pack id from edgegate_list_eval_packs; seeds the draft with that pack's cases.
workspace_idYes
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses key behaviors: creates a draft (unvalidated), requires workspace write access, and clarifies that validation happens elsewhere. This is good transparency, though it doesn't mention return values or failure modes.

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 three concise sentences, front-loaded with the primary action. Every sentence adds useful information—purpose, seeding combinations/field details, and validation caveat—with no wasted words.

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 create tool with 4 params, no output schema, and no annotations, the description covers the essential context: what is created, how seeding works, field definitions, validation behavior, and required permission. It lacks return-value details, but that is not critical given no output schema.

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 50% (cases and clone_from have descriptions in the schema). The description adds value by explaining how these parameters combine (clone_from, explicit cases, both, or neither) and enumerates the six case fields, going beyond the schema's structural definitions.

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 purpose: 'Create a new behavioral eval set with its first draft version.' It distinguishes itself from sibling tools like edgegate_update_eval_set and edgegate_publish_eval_set by focusing on creation with a draft, making the intent unambiguous.

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?

It explicitly says 'Drafts are NOT validated here — only edgegate_publish_eval_set freezes + gates,' providing an explicit alternative and telling the agent when not to expect validation. Also mentions seeding modes (clone_from, cases, both, neither), giving clear usage context.

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/frozo-ai/edgegate-mcp'

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