ApptiveGrid
ApptiveGrid is a collaborative no-code database and app platform for managing spaces, grids, forms, and structured records.
Tools (7)
Create Record
Create one record in a grid from a provider-native object keyed by that grid's field IDs or field keys; inspect the grid first to construct valid values.
Inputs: record, grid_id, user_id, space_id
Get Current User
Return the connected ApptiveGrid user's ID, plan, seat availability, and resource links; use it to identify the user before listing spaces.
Get Grid
Return a grid's metadata and dynamic field definitions; use it before listing, reading, or creating records.
Inputs: grid_id, user_id, space_id
Get Record
Return one record from a grid by record ID, optionally rendered with a provider layout.
Inputs: layout, grid_id, user_id, space_id, record_id
Get Space
Return a space and its grid summaries or grid links; use it to discover grid IDs before reading records.
Inputs: user_id, space_id
List Records
Return one 1-based page of records from a grid, optionally using the provider's layout, filter, and sorting definitions.
Inputs: filter, layout, grid_id, sorting, user_id, space_id, page_size, page_index
List Spaces
Return one 1-based page of spaces available to a user, including IDs needed to inspect a space.
Inputs: user_id, page_size, page_index