Skip to main content
Glama
apexsotjo-blip

control-expert-mcp

create_task

Add a task to a Control Expert project by defining its type (MAST, FAST, AUX0..AUX3, or SAFE) and optional periodicity in milliseconds for periodic execution.

Instructions

Add a task to the project. task_type: MAST, FAST, AUX0..AUX3 or SAFE. periodicity_ms > 0 makes the task periodic with that period.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_typeYes
periodicity_msNo
Behavior3/5

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

No annotations exist, so description carries full burden. It explains creation action and periodicity effect but omits details like side effects, error conditions, or return value. Adequate but not comprehensive.

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?

Two sentences front-load the core action and then add parameter details. No redundant words. Efficient and clear.

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

Completeness3/5

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

Covers primary functionality but lacks context on project status requirements, return values, and constraints. For a creation tool with no output schema, some additional context would improve completeness.

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 has 0% coverage; description compensates by enumerating task_type values and explaining periodicity_ms behavior (makes task periodic if >0). This adds meaningful context beyond raw schema types.

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?

Clearly states 'Add a task to the project' and lists valid task_type values (MAST, FAST, AUX0..AUX3, SAFE). Differentiates from sibling tools that create other entities like sections or variables.

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?

Provides allowed values for task_type but lacks explicit guidance on when to use this tool versus alternatives. No mention of prerequisites like project state or when periodic tasks are appropriate.

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/apexsotjo-blip/control-expert-mcp'

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