Skip to main content
Glama
soil-dev

capsulemcp

by soil-dev

create_task

Create a new task with optional due date, time, owner, and recurrence. Link to at most one party, opportunity, or project, or leave standalone.

Instructions

Create a new task, optionally linked to a party, opportunity, or project. Pass at most ONE of partyId / opportunityId / projectId — the connector rejects multi-target inputs before the HTTP call. Omitting all three is also valid: Capsule creates the task as a STANDALONE task (no parent link), useful for personal reminders or workflow tasks that aren't tied to a specific CRM record.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dueOnYesYYYY-MM-DD
detailNo
repeatNoMake this a repeating task. Wire-verified on POST /tasks. Recurrence on EXISTING tasks isn't exposed by update_task (unverified on PUT) — recreate the task to change it.
dueTimeNoHH:MM in user's timezone
ownerIdNoAssign to user ID. Defaults to the API-token owner when omitted. Once set, this connector cannot clear the owner back to null — use Capsule's web UI for that.
partyIdNoLink task to a party (mutually exclusive with opportunityId/projectId)
projectIdNoLink task to a project (mutually exclusive with partyId/opportunityId)
descriptionYes
opportunityIdNoLink task to an opportunity (mutually exclusive with partyId/projectId)
Install Server

TDQS

A4.5/5.0
Behavior5/5

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

Annotations indicate a non-readonly, non-destructive mutation, but the description adds key behaviors: the connector rejects multi-target inputs, repeat.on is derived from dueOn when omitted, and ownerId cannot be cleared once set. These go beyond the annotation hints.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three paragraphs, each with a distinct purpose: core action, exclusion rule, and standalone usage. The most critical constraint (mutual exclusion) is prominent. 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 9-parameter tool with a nested repeat object and no output schema, the description covers linking constraints, repeat derivation, owner behavior, and the connector's validation. It lacks return-value details, but that's typical without an output schema and not critical for invocation.

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?

The description clarifies the mutual exclusivity of partyId/opportunityId/projectId, explains the standalone-task behavior when all are omitted, and adds detail about repeat.on and ownerId limitations, enriching the schema's parameter descriptions (coverage 78%).

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?

States a specific verb and resource, 'Create a new task', and mentions optional links to party, opportunity, or project. Clearly distinguishes from sibling tools like update_task or complete_task by the creation action.

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?

Explicitly states the mutual-exclusion rule (pass at most ONE of the three IDs) and notes that omitting all is valid, creating a standalone task. It also mentions the rejection before HTTP call. While it doesn't directly compare with alternatives like update_task, the guidance is concrete and scenario-specific.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/soil-dev/capsulemcp'

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