Skip to main content
Glama
RogerRogerHQ

RogerRoger MCP Server

Official
by RogerRogerHQ

create_task

Create a new task in RogerRoger with a title, due date, priority, assignee, and description. Set up tasks with all the details needed to assign and track work in your CRM.

Instructions

Create a new task in RogerRoger

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesTask title
due_dateNoDue date (ISO format)
priorityNoTask priority (low, medium, high)
assignee_idNoID of person to assign task to
descriptionNoTask description
Behavior2/5

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

No annotations are provided, so the description carries full burden of behavioral disclosure. 'Create' implies mutation and returns the created resource (or an error), but the description doesn't state whether created tasks require a list, what happens with validation failures, whether assignee_id must reference an existing person, or what the response shape is. For a mutation tool with zero annotation coverage, this is a significant gap.

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?

The description is an efficient single sentence with zero wasted words. It's appropriately brief for a tool whose parameters are fully documented in the schema. Could add a bit more context but is not bloated.

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

Completeness2/5

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

The tool has no annotations, no output schema, and the description provides only a minimal sentence. For a creation tool with 5 parameters (including an assignee_id that likely references the people resource), the description should clarify return behavior, validation rules, required relationships, and default behaviors. Schema covers parameter meaning but not operational context.

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?

Schema description coverage is 100%, so the schema itself documents all 5 parameters with descriptions. Each parameter has a clear description (e.g., 'Task priority (low, medium, high)'). The description adds nothing beyond the schema beyond identifying it as a task creation operation with a required title, which is baseline-3 territory given full schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Create a new task in RogerRoger' has a clear verb (create) and resource (task), specifying the action and the system context. It doesn't fully distinguish from sibling tools since there is no create_task sibling among the listed tools, but the verb+resource pairing is clear and unambiguous.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives is provided. The description doesn't mention whether valid assignee IDs must come from get_people, whether the task should belong to a list, or any prerequisite relationships with sibling resources. The agent must infer context from the tool name alone.

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/RogerRogerHQ/rogerroger-mcp-server'

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