Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.
Archive CohortFARADAY_ARCHIVE_COHORT
Tool to archive a cohort in Faraday. Use when you need to stop updates to a cohort while keeping it visible.
Archive ConnectionFARADAY_ARCHIVE_CONNECTION
Tool to archive a connection in Faraday. Use when you need to stop updates to a connection while keeping it visible.
Archive DatasetFARADAY_ARCHIVE_DATASET
Tool to archive a dataset in Faraday. Use when you need to archive a dataset and optionally its downstream resources. Archiving stops updates to the resource but keeps it visible.
Archive OutcomeFARADAY_ARCHIVE_OUTCOME
Tool to archive an outcome in Faraday. Use when you need to stop updates to an outcome while keeping it visible.
Archive Persona SetFARADAY_ARCHIVE_PERSONA_SET
Tool to archive a persona set in Faraday. Use when you need to stop updates to a persona set while keeping it visible.
Archive PlaceFARADAY_ARCHIVE_PLACE
Tool to archive a place in Faraday. Use when you need to stop updates to a geospatial area or address set while keeping it visible.
Archive ScopeFARADAY_ARCHIVE_SCOPE
Tool to archive a scope in Faraday. Use when you need to stop updates to a scope while keeping it visible.
Archive StreamFARADAY_ARCHIVE_STREAM
Tool to archive a stream in Faraday. Use when you need to archive a stream and optionally its downstream resources. Archiving stops updates to the resource but keeps it visible.
Archive TargetFARADAY_ARCHIVE_TARGET
Tool to archive a target in Faraday. Use when you need to archive a target and optionally its downstream resources. Archiving stops updates to the resource but keeps it visible.
Archive TraitFARADAY_ARCHIVE_TRAIT
Tool to archive a trait in Faraday. Use when you need to stop updates to a trait while keeping it visible.
Create AccountFARADAY_CREATE_ACCOUNTS
Tool to create a new Faraday account with specified name and branding. Use when you need to provision a new account in Faraday.
Create CohortsFARADAY_CREATE_COHORTS
Tool to create a new cohort in Faraday. Cohorts are groups of people that share certain traits or behaviors. Use when you need to define a new cohort from your datasets or from Faraday's US Consumer Graph. At least one of stream_name, traits, or place_conditions must be provided.
Create DatasetFARADAY_CREATE_DATASET
Tool to create a new dataset in Faraday. Use when you need to define a new data source for analysis and predictions.
Create OutcomeFARADAY_CREATE_OUTCOME
Tool to create a new outcome. Outcomes are predictions about customer behavior such as likelihood to convert, churn, or purchase specific products. Use when you need to create a new predictive model.
Create Persona SetFARADAY_CREATE_PERSONA_SET
Tool to create a new persona set. Persona sets segment cohorts into distinct customer personas based on shared characteristics and behaviors. Use when you need to generate customer personas for a cohort.
Create PlaceFARADAY_CREATE_PLACE
Tool to create a new place in Faraday. Places are geospatial areas or sets of addresses that can be used as spatial filters when defining other resources. Use when you need to define a new geographic area for analysis or targeting.
Create ScopeFARADAY_CREATE_SCOPES
Tool to create a new scope in Faraday. Scopes define the population and payload for predictions, specifying which cohorts to target and what outcomes to include. Use when you need to define output data instructions for a new scope.
Create StreamFARADAY_CREATE_STREAMS
Tool to create a new stream or find an existing stream by name. Use when you need to initialize a stream for event data collection.
Tool to start a preview delivery for a target. Use when you need to initiate a preview of target data before full deployment.
Create TargetFARADAY_CREATE_TARGETS
Tool to create a target in Faraday. Use when you need to set up a deployment that exports predictions and cohort data to external destinations like CRMs, ad platforms, or data warehouses.
Create TraitFARADAY_CREATE_TRAIT
Tool to create a new trait in Faraday. Use when you need to define a new fact about a person or geographic entity that can be used in modeling, analysis, and reporting.
Tool to create a new webhook endpoint. Use when you need to register a webhook URL to receive notifications when resources are ready or encounter errors.
Delete AccountFARADAY_DELETE_ACCOUNT
Tool to delete an account by its UUID. Use when you need to permanently remove an account from Faraday. The deletion is scheduled asynchronously and returns a 202 status on success.
Delete All Orphaned TraitsFARADAY_DELETE_ALL_ORPHANED_TRAITS
Tool to delete all orphaned traits from Faraday. Use when you need to clean up traits that are not associated with any source dataset.
Delete CohortFARADAY_DELETE_COHORT
Tool to permanently delete a cohort from Faraday. Use when you need to remove a cohort that is no longer needed.
Delete ConnectionFARADAY_DELETE_CONNECTION
Tool to delete a Faraday connection by its UUID. Use when you need to permanently remove a connection.
Delete DatasetFARADAY_DELETE_DATASET
Tool to delete a dataset from Faraday. Use when you need to remove a dataset permanently. The operation returns success when the dataset is successfully deleted.
Delete OutcomeFARADAY_DELETE_OUTCOME
Tool to delete an outcome by its UUID. Use when you need to remove an outcome from Faraday.
Delete Persona SetFARADAY_DELETE_PERSONA_SET
Tool to delete a persona set. Use when you need to permanently remove a persona set from Faraday. Returns success status and HTTP code 204 on successful deletion.
Delete PlaceFARADAY_DELETE_PLACE
Tool to delete a place by its UUID. Use when you need to remove a place from the system.
Delete ScopeFARADAY_DELETE_SCOPE
Tool to delete a scope by its UUID. Use when you need to permanently remove a scope from the system. Returns 204 status code on successful deletion.
Delete StreamFARADAY_DELETE_STREAM
Tool to delete a stream by its UUID or name. Use when you need to remove a stream that is no longer needed.
Delete TargetFARADAY_DELETE_TARGET
Tool to delete a target by its UUID. Use when you need to remove a target from Faraday.
Delete UploadFARADAY_DELETE_UPLOAD
Permanently deletes a file from a Faraday dataset directory. Use this when you need to remove an uploaded file from a specific directory. This is a destructive operation that cannot be undone - the file will be permanently removed from the specified directory.
Tool to delete a webhook endpoint by its UUID. Use when you need to remove a webhook endpoint from Faraday. The operation returns 204 No Content on success.
Force Update CohortFARADAY_FORCE_UPDATE_COHORT
Tool to trigger a rerun for a cohort. Use when you need to force rebuild a cohort's data.
Force Update ConnectionFARADAY_FORCE_UPDATE_CONNECTION
Tool to trigger a rerun for a Faraday connection. Use when you need to force refresh connection data.
Force Update DatasetFARADAY_FORCE_UPDATE_DATASET
Tool to trigger a rerun for a dataset. Use when you need to force a dataset to update immediately rather than waiting for its normal schedule.
Force Update OutcomeFARADAY_FORCE_UPDATE_OUTCOME
Tool to trigger a rerun for an outcome resource. Use when you need to force rebuild an outcome, causing it to reprocess and update its predictions.
Force Update Persona SetFARADAY_FORCE_UPDATE_PERSONA_SET
Tool to trigger a rerun for a persona set resource. Use when you need to force rebuild a persona set, causing it to reprocess and update its personas.
Force Update PlaceFARADAY_FORCE_UPDATE_PLACE
Tool to trigger a rerun for a place. Use when you need to force rebuild a place's data.
Force Update ScopeFARADAY_FORCE_UPDATE_SCOPE
Tool to trigger a rerun for a scope resource. Use when you need to force rebuild a scope, causing it to reprocess and update its data.
Force Update StreamFARADAY_FORCE_UPDATE_STREAM
Tool to trigger a rerun for a stream. Use when you need to force rebuild a stream's data.
Force Update TargetFARADAY_FORCE_UPDATE_TARGET
Tool to trigger a rerun for a target. Use when you need to force rebuild a target's data.
Force Update TraitFARADAY_FORCE_UPDATE_TRAIT
Tool to trigger a rerun for a trait. Use when you need to force rebuild a trait's data.
Get AccountFARADAY_GET_ACCOUNT
Tool to retrieve detailed information about a Faraday account by its UUID. Use when you need to fetch account details, status, branding, or billing information.
List AccountsFARADAY_GET_ACCOUNTS
Tool to list all Faraday accounts accessible by the current user. Use when you need to retrieve account information, check account status, or get account IDs for other operations.
Get Accounts BillingFARADAY_GET_ACCOUNTS_BILLING
Tool to get billing information about your account. Use when you need to retrieve invoices, payments, or usage information for a specific account.
Get CohortFARADAY_GET_COHORT
Tool to retrieve a specific cohort by ID. Use when you need to fetch details about a specific cohort.
Get Cohort Membership AnalysisFARADAY_GET_COHORT_ANALYSIS_MEMBERSHIP
Tool to get cohort membership counts over time for a specific cohort. Use when you need to analyze how cohort membership has changed over days, weeks, and months.
List CohortsFARADAY_GET_COHORTS
Tool to list all cohorts in your Faraday account. Use when you need to retrieve the list of customer groups or segments.
Get Connection DatasetsFARADAY_GET_CONNECTION_DATASETS
Tool to retrieve all datasets that use a specific connection. Use when you need to list datasets associated with a connection ID.
Get Connection TargetsFARADAY_GET_CONNECTIONS_TARGETS
Tool to retrieve all targets that use a specific connection. Use when you need to get a list of all targets associated with a connection ID.
Get Current AccountFARADAY_GET_CURRENT_ACCOUNT
Tool to retrieve the current account information. Use when you need to get details about the authenticated account, including account ID, name, status, and billing information.
Get Current Account BillingFARADAY_GET_CURRENT_ACCOUNT_BILLING
Tool to retrieve billing information about the current account. Use when you need to check invoices, payments, or usage limits for the authenticated Faraday account.
Get DatasetFARADAY_GET_DATASET
Tool to retrieve a dataset by its UUID. Use when you need to get details about a specific dataset including its configuration, columns, status, and metadata.
Get Dataset Ingress LogsFARADAY_GET_DATASETS_LOGS_INGRESS
Tool to retrieve dataset ingress metrics over time. Use when you need to monitor or analyze data ingestion history, track row counts, or review ingress operation status for a specific dataset.
List Feature StoresFARADAY_GET_FEATURE_STORES
Tool to list all feature stores. Use when you need to retrieve feature stores from your Faraday account.
Get Dependency GraphFARADAY_GET_GRAPH
Tool to retrieve the complete dependency graph for all resources on an account. Shows relationships between datasets, cohorts, outcomes, targets, connections, and other resources.
Get Market Opportunity AnalysesFARADAY_GET_MARKET_OPPORTUNITY_ANALYSES
Tool to retrieve all market opportunity analyses from Faraday. Use when you need to view penetration and opportunity metrics in your market.