clickup_doc_get
Fetch metadata for a single ClickUp document including name, parent, dates, and type. Use this tool to retrieve document information without loading full page content.
Instructions
Fetch metadata for a single ClickUp doc — name, parent, dates, type. Does not return the page bodies; use clickup_doc_pages (with content=true) or clickup_doc_get_page for the markdown content. Returns the doc object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ID of the doc to fetch. Obtain from clickup_doc_list (field: id). | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. |