Skip to main content
Glama

search_docs

Locate ClickUp Docs by searching titles/content or browsing under a parent container. Returns IDs, titles, and locations for further actions.

Instructions

Search or list Docs in a Workspace (ClickUp Docs v3). Returns matching Docs with their ids, titles and locations. Use to find a doc_id by keyword or to browse Docs under a parent. Paginate with cursor.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
team_idNoTeam/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted.
queryNoText to search Doc titles/content for. Omit to list all Docs.
parent_idNoRestrict results to Docs under this parent container's id.
parent_typeNoType of the parent container (used together with parent_id).
cursorNoPagination cursor (the `next_cursor` returned by a previous call).
limitNoMaximum number of Docs to return in this page.
include_archivedNoIf true, also include archived Docs. Defaults to false.
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses read behavior, returned fields, and pagination. No mention of rate limits or auth, but as a read operation it is transparent enough.

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?

Three sentences, front-loaded with purpose, no redundant words. Every sentence adds value: what it does, returns, and how to paginate.

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?

Sufficient for a search tool with 7 fully described parameters. Explains return structure and pagination. Could mention parent container hierarchy but schema covers parameters. No output schema, so return description is 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?

Schema description coverage is 100%, so baseline is 3. The tool description does not add additional meaning beyond what is already in the schema descriptions. No extra parameter guidance.

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 tool 'Search or list Docs in a Workspace' and specifies it returns 'ids, titles and locations'. It distinguishes from siblings like 'get_doc' (single doc retrieval) and 'get_doc_pages' (pages within doc).

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?

Provides explicit use cases: 'find a doc_id by keyword or browse Docs under a parent' and mentions pagination. No exclusions or alternative tools stated, but context is sufficient for basic 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/helbertparanhos/clickup-mcp-pro'

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