Skip to main content
Glama
brothaakhee

groundtruther-mcp

by brothaakhee

get_templates

Retrieve available mission templates with pre-built acceptance contract schemas for common mission types. Use a template to save time and ensure required proof types.

Instructions

Get available mission templates for quick, standardized mission creation.

Templates provide pre-built acceptance_contract schemas with sensible defaults for common mission types. Use a template when your mission fits a standard pattern — it saves time and ensures you don't miss required proof types.

You can still customize fields when using a template by passing your own acceptance_contract alongside the template_id in post_mission.

Call this before creating your first mission to see what's available.

Returns: JSON string with list of active templates. Each template includes UUID, name, category, description, and min budget.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Despite no annotations, the description fully covers behavior: it is a read-only listing operation, returns a JSON string with specific fields, and does not modify anything. No contradictions.

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?

Concise yet informative, with key information front-loaded. Each sentence adds value without redundancy.

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

Completeness5/5

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

Given no parameters and presence of an output schema, the description is complete: it explains the tool's purpose, usage guidance, and return content. No gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

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

No parameters exist, so baseline is 4. The description adds significant meaning by explaining the purpose of templates, when to use them, and the return fields (UUID, name, category, description, min budget), exceeding the baseline.

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 retrieves mission templates for standardized mission creation. It explains the resource and distinguishes itself from siblings by noting templates are pre-built schemas used with post_mission.

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?

Explicitly advises when to use the tool: for standard patterns and before creating the first mission. It also mentions an alternative (customizing fields with post_mission) and provides context for when not to use it.

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/brothaakhee/groundtruther-mcp'

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