Skip to main content
Glama
trustxai

amazing-clickup-mcp

by trustxai

clickup_get_space

Read-onlyIdempotent

Retrieve full details of a ClickUp Space, including its statuses and ClickApp settings. Use to inspect a Space before updating or to confirm its existence.

Instructions

Fetch full detail for a single Space, including its status workflow and ClickApp toggles.

When to Use:

  • Inspecting a Space's current statuses/features before calling clickup_update_space.

  • Confirming a Space exists and getting its exact name/id.

When NOT to Use:

  • To enumerate all Spaces in a Workspace (use clickup_get_spaces).

Returns: A markdown detail block (or JSON) with id, private, multiple_assignees, the full statuses array, and which ClickApps are enabled/disabled.

Examples: params = {"space_id": "90130012345"}

Error Handling: 404 means the space_id does not exist or the token can't see it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint. The description adds details on return content (status workflow, ClickApp toggles) and error handling (404 meaning). This provides useful context beyond 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 concise with well-organized sections (When to Use, When Not, Returns, Examples, Error Handling). Every sentence adds value and is front-loaded with the main purpose.

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?

For a simple get tool with one required parameter and annotations covering safety, the description is complete. It covers return format, error handling, and usage context. No gaps.

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 has basic descriptions for both parameters, but the description does not add significant additional semantics beyond schema. The example provides some context for space_id. Adequate but not exceptional.

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 'Fetch full detail for a single Space' with a specific verb and resource. It distinguishes from sibling tools like clickup_get_spaces by specifying it's for a single space, not enumeration.

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?

Explicitly provides when to use (inspecting statuses before update, confirming existence) and when not to use (enumerate all spaces, directing to clickup_get_spaces). This is excellent guidance.

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