upload_file
Upload File from URL
Upload a file to the Fibery workspace from a public URL. Returns the file entity which can then be attached to entities using the "manage_collection" tool.
upload_file
Upload a file to the Fibery workspace from a public URL. Returns the file entity which can then be attached to entities using the "manage_collection" tool.
batch_create_or_update
Create or update multiple entities at once with upsert semantics. Provide a conflict field to detect duplicates — matching entities are updated while new ones are created. Efficient for syncing external data into Fibery.
create_entity
Create a new entity (record) in any Type (database) in the Fibery workspace. Supports setting primitive fields, single-select fields (via their fibery/id), and relation fields. Rich text and collection fields must be updated separately after creation.
manage_collection
Add or remove items from a collection (many-to-many relation) field on an entity. Use this to manage linked entities, file attachments, and other collection-type relations.
manage_document
Read or write rich text document content for an entity's document field. Documents are Fibery's rich text fields (e.g., Description). Supports Markdown, HTML, JSON, and plain-text formats. To read, provide the entity and field info. To write, also provide the content.
delete_entity
Permanently delete an entity (record) from a Type (database) in the Fibery workspace. This action is irreversible.
query_entities
Query entities from any Type (database) in the Fibery workspace. Supports field selection, filtering with operators, ordering, and pagination. Can traverse relations to include nested entity data.
get_schema
Retrieve the workspace schema including all Types (databases) and their Fields. Use this to discover the data model of a Fibery workspace before querying or modifying entities. Returns type names and field definitions.
update_entity
Update an existing entity (record) in any Type (database). Supports updating primitive fields, single-select fields, and relation fields. Only include the fields you want to change.
Manage customizable work management workspaces with interconnected databases (Types), entities, documents, and views. Create, read, update, and delete workspace schemas, entities, and fields. Query entities with filtering, ordering, and pagination, including nested relations. Read and write rich text documents in Markdown, HTML, or JSON formats. Upload, download, and attach files to entities. Add comments to entities. Create and manage views (boards, tables, timelines). Execute GraphQL queries and mutations per space. Subscribe to entity change webhooks for create, update, and collection modifications. Run automation scripts for bulk operations and external integrations.
Common questions about connecting Fibery to AI agents with Metorial.