Data & Analytics7 toolsPaste one API key
Noloco integration for AI agents
Noloco is a no-code platform for building internal tools, client portals, and business applications backed by a dynamic GraphQL data API.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Noloco once and call the same tools from all of them.
Setup
Connect Noloco through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Noloco exposes 7 tools through ClawLink. The 6 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
noloco_describe_table | Describe one Noloco table's selectable fields, unique lookup selectors, filters, and | Read |
noloco_get_record | Fetch one record from a Noloco table by a supported unique selector | Read |
noloco_list_records | Return one forward-paginated page of records from a table in the connected Noloco app | Read |
noloco_list_tables | List the record tables and generated CRUD operation names available in the connected Noloco app | Read |
noloco_create_record | Create one record in a table in the connected Noloco app | Write |
noloco_update_record | Partially update one Noloco record by ID | Write |