Skip to main content
Glama

Create a task

create_task

Create a new task for Leapd to execute, such as building a page, conducting research, or fixing an issue. Provide a short title and optional details to add work to your plan.

Instructions

Add work to the plan — a page to build, a piece of research, a fix. The task is executed by Leapd, not by this MCP server.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesShort summary of the work.
detailsNoFull brief: goal, constraints, and what 'done' looks like.
Behavior4/5

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

Beyond the annotations, the description reveals a key behavioral trait: creating a task here does not execute it; Leapd does. This adds valuable context about side effects and the division of labor, especially with openWorldHint=true.

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 two short sentences, front-loaded with the core purpose, and every word earns its place. No unnecessary detail or repetition.

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 simple 2-parameter create tool with good annotations and sibling context, the description is sufficient. It explains the tool's scope (creation only) and the execution handoff, though it doesn't mention return values or what happens after creation.

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 provides complete descriptions for both parameters (title and details), so the description adds no extra meaning. Baseline 3 is appropriate since schema coverage is 100% and parameters are straightforward.

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 uses a specific verb+resource: 'Add work to the plan' and gives concrete examples (a page to build, research, a fix). It clearly distinguishes itself from siblings like run_task by stating the task is executed by Leapd, not this MCP server.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context: use this tool when you want to add work to the plan. It implicitly differentiates from run_task by noting that execution happens elsewhere, but it does not explicitly name alternatives or state 'use run_task for execution'.

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

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