Skip to main content
Glama
trustxai

amazing-clickup-mcp

by trustxai

clickup_get_goals

Read-onlyIdempotent

List all goals and goal folders in a ClickUp workspace, with optional filtering by completion status. Returns markdown or JSON output.

Instructions

List the Goals in a Workspace, including any Goal Folders.

When to Use:

  • Browsing all OKRs for a Workspace, or checking which are still open.

When NOT to Use:

  • Fetching one Goal's full detail (including Key Results) — use clickup_get_goal.

Returns: Markdown (default) or JSON listing every Goal, including Goals nested inside Goal Folders. Each Goal's Key Results are summarized inline.

Pagination: This endpoint does not page server-side; display is capped at MAX_DISPLAY_GOALS (50) with a truncation note if exceeded. Use include_completed=false (default) to shrink the result set.

Examples: params = {"include_completed": True, "response_format": "json"}

Error Handling: 404 usually means the team_id is wrong; 401 means the token is missing/invalid.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Beyond annotations (readOnlyHint=true, etc.), the description discloses pagination details (no server-side paging, cap at 50, truncation note), return format options, inline key results summary, and error handling (404 for bad team_id, 401 for invalid token). No contradictions with annotations.

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 well-structured with clear sections (purpose, when to use/not use, returns, pagination, example, error handling). Every sentence adds value, and it is front-loaded with the most important information.

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

Completeness5/5

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

Given the tool's complexity and the presence of an output schema, the description covers purpose, usage contrast, pagination behavior, error handling, and parameter details. It is sufficiently complete for an agent to select and invoke the tool correctly.

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

Parameters5/5

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

Despite schema description coverage being 0%, the description fully explains all three parameters: team_id (defaults to CLICKUP_TEAM_ID), response_format (markdown/json), and include_completed (default false). It also provides a usage example, adding significant meaning beyond the schema.

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 'List the Goals in a Workspace, including any Goal Folders.' It uses a specific verb ('list') and resource ('Goals'), and explicitly distinguishes from the sibling tool clickup_get_goal, which fetches a single goal's detail.

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

Usage Guidelines5/5

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

The description provides explicit 'When to Use' and 'When NOT to Use' sections, including contrasting with clickup_get_goal. It also advises using include_completed=false to reduce result set size, giving clear guidance on tool selection.

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/trustxai/clickup-mcp'

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