Context: We use the ClickUp MCP connector to run an AI agent over our workspace for task triage and reporting.
Problem: We can't efficiently rank tasks by a numeric Custom Field ("Task Priority") across a team. The bulk MCP tools (filter tasks / search) return tasks but omit Custom Field values, and there's no way to order by a Custom Field. The only tool that returns the value is get-task, one task at a time — so ranking ~150 tasks means ~150 individual calls, which isn't practical.
Is there an efficient way to do this today? If not, we'd love to see:
  1. An opt-in to include Custom Field values in the filter-tasks / search responses.
  2. A Custom Field filter (e.g. IS NOT NULL / comparisons) in the MCP filter tool, mirroring the REST Get Filtered Team Tasks endpoint.
  3. An MCP tool to read a saved View's tasks in the view's own sort/group order.
Any one of these would unblock us. Thanks!