get_record
Get Record
Retrieve a single record by its ID from any Fireberry object type (e.g., account, contact, opportunity, ticket). Returns all fields and values for the specified record.
get_record
Retrieve a single record by its ID from any Fireberry object type (e.g., account, contact, opportunity, ticket). Returns all fields and values for the specified record.
update_record
Update an existing record in any Fireberry object type. Only the fields provided will be updated; other fields remain unchanged. Use the **List Object Fields** tool to discover available fields for the object type.
list_records
List records of any Fireberry object type with pagination support. Returns a paginated list of records for the given object type (e.g., account, contact, opportunity).
list_objects
Retrieve all available object types in the Fireberry system, including standard and custom objects. Returns each object's display name, system name, and object type number. Useful for discovering available objects before querying or creating records.
delete_record
Permanently delete a record from any Fireberry object type. This action is irreversible.
get_related_records
Retrieve records related to a specific record through relationship configurations. For example, get all contacts related to an account, or all order items for an order.
query_records
Search and filter records across any Fireberry object type using the query language. Supports complex filtering with operators (=, !=, >, <, >=, <=, start-with, not-start-with, is-null, is-not-null), logical operators (AND, OR), field selection, sorting, and pagination.
get_picklist_values
Retrieve all available values for a picklist (dropdown) field on a specific object type. Use this to discover valid options before creating or updating records with picklist fields.
list_object_fields
Retrieve all fields for a given Fireberry object type. Returns field names, labels, types, and system metadata. Use this to discover available fields before creating or updating records, or before building queries.
create_record
Create a new record in any Fireberry object type (e.g., account, contact, opportunity, ticket, task). Pass the object type and field values to create the record. Use the **List Object Fields** tool to discover available fields for the object type.
Manage a full CRM platform covering sales, marketing, and service. Create, read, update, and delete accounts, contacts, opportunities, orders, invoices, tickets, activities, campaigns, products, projects, contracts, and assets. Query and search records across any object type with advanced filtering. Manage custom objects and custom fields to extend the data model. Handle invoicing with multiple document types (invoices, credit invoices, receipts, drafts) and line items. Schedule and track activities including tasks, meetings, phone calls, and notes. Retrieve object metadata and field schemas. Upload files and associate them with records.
Common questions about connecting Fireberry to AI agents with Metorial.