Skip to main content
Glama
trustxai

amazing-clickup-mcp

by trustxai

clickup_get_view

Read-onlyIdempotent

Retrieve a single view's complete configuration, including grouping, sorting, filters, and columns. Use this to inspect a view before updating it or to confirm its parent hierarchy.

Instructions

Get the full configuration of a single task or page view.

The information returned varies by view type; this always includes the seven shared config blocks (grouping/divide/sorting/filters/columns/ team_sidebar/settings) needed as the starting point for clickup_update_view.

When to Use:

  • Inspecting a view's current config before updating it.

  • Confirming a view's parent Hierarchy level (id + type) prior to a clickup_update_view call, which requires re-sending parent_id/parent_type.

When NOT to Use:

  • Listing every view at a location — use clickup_get_team_views / clickup_get_space_views / clickup_get_folder_views / clickup_get_list_views.

  • Listing the tasks a view shows — use clickup_get_view_tasks.

Returns: Markdown (default, includes a JSON config block) or full JSON.

Examples: params = {"view_id": "abc123"}

Error Handling: 404 means the view id is wrong or the view was deleted.

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?

The description adds significant behavioral context beyond annotations, including the invariant seven config blocks returned, dependency on view type, and error handling (404). This complements the readOnlyHint and idempotentHint annotations without contradiction.

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, usage, returns, example, error handling) and is appropriately concise. Every sentence adds value without redundancy.

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?

The description is complete for the tool's complexity, covering what it does, when to use it, what it returns (including config blocks and formats), error handling, and its role as a precursor to clickup_update_view. The presence of an output schema further supports completeness.

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 of 0%, the description compensates by explaining the view_id parameter's role and the response_format parameter's effect, along with the default value. The example param block further clarifies usage.

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 'Get the full configuration of a single task or page view,' specifying the verb, resource, and scope. It distinguishes from sibling tools like clickup_get_team_views and clickup_get_view_tasks by explicitly stating what it does not do.

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 includes dedicated 'When to Use' and 'When NOT to Use' sections, listing specific scenarios and naming alternative tools such as clickup_get_team_views and clickup_get_view_tasks, providing clear guidance for 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