Skip to main content
Glama
trustxai

amazing-clickup-mcp

by trustxai

clickup_create_space_view

Create a task or page view scoped to a specific Space, such as a board or calendar, using its space ID, name, and type.

Instructions

Create a task or page view scoped to a Space.

When to Use:

  • Building a dashboard/board/calendar for one Space specifically.

When NOT to Use:

  • A Workspace-wide view — use clickup_create_team_view.

  • A Folder- or List-scoped view — use clickup_create_folder_view / clickup_create_list_view.

Returns: A confirmation string with the new view's id, name, and type, or an Error ... string.

Examples: params = {"space_id": "456", "name": "Sprint Board", "type": "board"}

Error Handling: 404 means the Space id is wrong; 403 can mean the token lacks access to this Space.

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 indicate non-readOnly, non-destructive, and openWorldHint. The description adds return type (confirmation string or error) and error scenarios, but does not detail mutation behavior or side effects beyond creation. Adds value 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 well-organized into clear sections (When to Use, When NOT to Use, Returns, Examples, Error Handling) with no redundancy. Every section serves a 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?

Given the tool has a single required parameter with nested fields, an output schema exists, and annotations are provided, the description fully covers usage context, return values, and error handling, making it complete.

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 descriptions for each parameter are already detailed (e.g., 'Display name for the new view'). The description provides a brief example but does not add substantial meaning beyond the schema. Baseline 3 is appropriate.

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 states 'Create a task or page view scoped to a Space' which is a specific verb-resource combination. It also distinguishes from sibling tools like clickup_create_team_view, clickup_create_folder_view, and clickup_create_list_view by explicitly stating when not to use each.

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?

Provides clear 'When to Use' and 'When NOT to Use' sections with explicit alternatives for workspace-wide or folder/list-scoped views. Also includes error handling advice for 404 and 403 errors.

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