Skip to main content
Glama

create_task

Create tasks to define work types for time tracking in Harvest. Set billable status, hourly rate, and default assignment for projects.

Instructions

Create a new task that can be assigned to projects for time tracking. Tasks define what type of work is being performed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesTask name (required)
billable_by_defaultNoWhether this task is billable by default
default_hourly_rateNoDefault hourly rate for this task
is_defaultNoWhether this is a default task
is_activeNoWhether the task is active
Behavior2/5

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

With no annotations, the description carries the full burden but only states 'Create a new task.' It fails to disclose behavioral traits like side effects, permissions, or whether the created task is returned. The definitional second sentence adds no behavioral insight.

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?

Two sentences, no wasted words. The first sentence is action-oriented, the second provides context. Could be slightly more concise but effective.

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?

Given the tool's 5 parameters and no output schema, the description lacks essential context such as return value (e.g., does it return the created task?), prerequisites, or typical use cases. It is too sparse for an agent to fully understand the tool's behavior.

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

Parameters2/5

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

All 5 parameters are described in the input schema (100% coverage), so the description adds no parameter-level information. The general statement 'Tasks define what type of work is being performed' does not supplement schema details.

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 'Create a new task' with a specific verb and resource. It adds context that tasks are assignable to projects for time tracking, distinguishing it from other create tools like create_client or create_project.

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 (e.g., create_project_task_assignment for assigning tasks). The description implies a straightforward creation use case but offers no exclusions or conditions.

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/ianaleck/harvest-mcp-server'

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