Skip to main content
Glama

clickup_goal_create

Create OKR-style goals in ClickUp workspaces to track objectives with auto-calculated progress from key results.

Instructions

Create a new OKR-style goal in a workspace. The goal starts with zero key results — add them via clickup_goal_add_kr. The goal's percent-complete is auto-calculated from the average progress of its key results. Returns the created goal object including its new id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
descriptionNoGoal description / rationale. Markdown supported. Omit for no description.
due_dateNoTarget completion date as a Unix timestamp in milliseconds (e.g. 1735689600000 for 2025-01-01).
nameYesGoal title (e.g. 'Q1 revenue target'). Required and non-empty.
owner_idsNoUser IDs to assign as goal owners (they receive notifications about progress). Obtain from clickup_member_list.
team_idNoWorkspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config.
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes several behavioral traits: that goals start with zero key results, that percent-complete is auto-calculated from key results, and that it returns the created goal object with its new ID. It doesn't mention permission requirements, rate limits, or error conditions, but provides substantial behavioral context for a creation tool.

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 perfectly concise with three sentences that each earn their place: the creation action, the key results behavior, and the return value. It's front-loaded with the primary purpose and wastes no words while conveying essential information.

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 creation tool with no annotations and no output schema, the description does well by explaining the creation process, the initial state (zero key results), the auto-calculation behavior, and the return format. It could be more complete by mentioning authentication requirements or error scenarios, but given the schema's 100% coverage and the clear behavioral description, it's mostly adequate.

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 schema description coverage is 100%, so the schema already documents all 5 parameters thoroughly. The description doesn't add any parameter-specific information beyond what's in the schema descriptions. It mentions key results conceptually but doesn't relate this to any parameters. The baseline of 3 is appropriate when the schema does the heavy lifting.

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 the specific action ('Create a new OKR-style goal'), resource ('in a workspace'), and distinguishes it from sibling tools by mentioning that key results must be added separately via clickup_goal_add_kr. It goes beyond just restating the name by explaining the OKR-style nature and zero initial key results.

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 about when to use this tool (to create goals) and explicitly mentions the follow-up action needed (adding key results via clickup_goal_add_kr). However, it doesn't explicitly state when NOT to use this tool or mention alternatives among the many sibling tools, such as clickup_goal_update or clickup_goal_delete.

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/nicholasbester/clickup-cli'

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