Give OpenCode both Airtable and ClickUp and it can run your project admin across the tracker and the database at the same time. ClickUp is where the tasks, tags, dependencies, and guest access live, Airtable is where you keep the structured record of it all, and the agent updates both so your reporting table matches what is actually happening in the project. It can add a task to a list, tag it, wire dependencies, invite a guest, and then write the corresponding rows in Airtable. One agent, two tools, no manual double entry.
Pick the operations you want and each becomes a tool the agent can call directly while it works.
List all accessible bases
Get the schema (tables and fields) of a base
Create a new table in a base
Update a table's name or description
Create a new field in a table
Update a field's name or description
List records from a table with filtering, sorting, and pagination
Get a single record by ID
Create one or more records (batch create up to 10)
Update one or more records (batch update up to 10)
Update a single record by ID
Delete one or more records (batch delete up to 10)
Delete a single record by ID
Create or update records based on field matching (upsert)
List comments on a record
Create a comment on a record
Update a comment
Delete a comment
List all webhooks for a base
Create a webhook for a base
Delete a webhook
List payloads for a webhook
Refresh a webhook to extend its expiration
Enable notifications for a webhook
List the Workspaces (teams) the token can access.
List spaces in a Workspace.
List folders in a space.
List the lists inside a folder.
List members of a Workspace (for assignee selection).
Create a new task in a list.
Retrieve tasks in a list (paginated).
Fetch a single task's full details.
Modify a task (name, status, priority, dates, etc.).
Remove a task.
Query tasks across a whole Workspace by filters.
Create a list inside a folder.
Create a folder in a space.
Add a comment to a task.
Retrieve comments on a task.
List custom fields available in a list.
Set a custom field value on a task.
Log a time entry in a Workspace.
Retrieve time entries within a date range.
Start a running timer (optionally tied to a task).
Stop the currently running timer.
Create a goal in a Workspace.
List Workspace goals.
Attach a file (by URL) to a task. NoClick downloads the URL and uploads it to ClickUp as multipart/form-data.
Escape hatch: call ANY ClickUp endpoint not modeled as a first-class op.
OpenCode is an open, model-agnostic command-line coding agent. In NoClick it runs hosted and gains your apps as tools, so it can act on real systems rather than just edit files. Wire an integration into the agent and OpenCode can use that app’s operations directly while it works. It is a flexible choice when you want an open agent with broad model support and real tool access.
NoClick runs OpenCode for you with Airtable and ClickUp wired in as tools. Connect your account and run.