Loading...
Loading...
Use this skill when the user wants to work with Pipefy Database Tables — creating/reading/updating/deleting tables, records (rows), or table fields (schema columns). Covers 17 MCP tools.
npx skill4agent add pipefy/ai-toolkit pipefy-database-tablesintrospect_typeCreateTableFieldInputUpdateTableFieldInputdebug=trueget_table_recordsfind_recordsfirstafterpagination.has_morepagination.end_cursorpagination.page_sizeafter=end_cursorfind_recordsget_table_recordsfind_recordscolumn_idsearch_valueget_table_recordsresultresult.createTableRecord| Tool (MCP) | CLI | Read-only | Purpose |
|---|---|---|---|
| | Yes | List database tables by org. |
| | Yes | Search tables by name. |
| | Yes | Table metadata and field schema. |
| | No | Create a new database table. |
| | No | Rename or change settings. |
| | No | Two-step destructive. |
| Tool (MCP) | CLI | Purpose |
|---|---|---|
| | Add a column to a table schema. |
| | Rename or change column settings ( |
| | Two-step destructive. Requires |
| Tool (MCP) | CLI | Read-only | Purpose |
|---|---|---|---|
| | Yes | Paginated list of all records in a table. |
| | Yes | Filter records by field value (JSON filter) — preferred over paginating |
| | Yes | Single record with all populated field values. |
| | No | Add a row to a table. |
| | No | Update one or more field values on a row. |
| | No | More targeted single-field update than |
| | No | Two-step destructive. |
| Tool (MCP) | CLI | Purpose |
|---|---|---|
| | Attach a file to a table record. Exactly one source: |
get_tables organization_id=123pipefy table listfind_recordsfind_records table_id=456 filter='{"column_id":"email","search_value":"user@example.com"}'pipefy record find --table 456 --filter '{"column_id":"email","search_value":"user@example.com"}'set_table_record_field_value record_id=789 field_id="status" value="Active"pipefy record update 789 --field-id status --value '"Active"'update_table_record record_id=789 node_fields='[{"field_id":"status","field_value":"Active"}]'pipefy record update 789 --fields '{"status":"Active"}'confirm=trueconfirm=truedelete_tabledelete_table_recorddelete_table_fieldget_table_recordsget_tableget_table_recordget_table_recordsget_tablecreate_table_recordtitletitletitlecreate_table_fieldintrospect_type type_name="CreateTableFieldInput"find_recordscolumn_idget_table