Fibery
Fibery is a work management platform designed to help teams collaborate, organize information, and manage their workflows.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Fibery authenticates with an API key. Generate the credential in your Fibery account, then paste it into FlyMyAI the first time an agent uses a Fibery action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Workspace Subdomain | The subdomain of your Fibery workspace, used to construct the API base URL. (required) |
Fibery API Key | The API key used for authenticating requests to the Fibery API. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
FIBERY_DELETE_CUSTOM_APP_ENDPOINT | Tool to delete a specific custom app endpoint. Use after confirming the app and endpoint IDs to remove. | app_id, endpoint_id |
FIBERY_DELETE_ENTITY | Tool to delete a specific Fibery entity by its ID. Use when you have verified the entity exists and have its GUID. Deletion is irreversible. | entity_id |
FIBERY_DELETE_FILE | Tool to delete a specific file. Use when you need to remove a file from Fibery by its ID. | file_id |
FIBERY_EXECUTE_GRAPH_QL_QUERY | Tool to execute GraphQL queries or mutations against a Fibery space. Use when you need to fetch or modify Fibery data via the GraphQL API. | query |
FIBERY_FIBERY_AUTHENTICATE | Tool to validate existing Fibery personal API token by performing a real API call. If the call succeeds, returns the token value extracted from the Authorization header. Use the returned token in the 'Authorization: Token <value>' header for further calls. | - |
FIBERY_GET_APP_INFO | Tool to retrieve application information. Use when you need the version, name, description, authentication methods, and available data sources before further operations. | - |
FIBERY_GET_CUSTOM_APPS | Tool to list all custom apps in the Fibery workspace. Use when you need the identifiers of all custom apps. | - |
FIBERY_GET_CUSTOM_APP_ENDPOINTS | Tool to list custom app endpoints. Use when you need the available custom endpoints for a given app before invoking them. | app_id |
FIBERY_GET_ENTITIES | Tool to query Fibery entities. Use after specifying type and fields; supports optional filters and pagination. | from, select |
FIBERY_GET_ENTITY | Tool to retrieve detailed info of a specific Fibery entity by its ID. Uses Fibery Commands API (fibery.entity/query) filtered by fibery/id with q/limit = 1. | entity_id |
FIBERY_GET_FILE | Tool to retrieve a file by its secret or id. Prefer the file secret to download raw bytes. Returns the file content, MIME type, and original filename if available. | - |
FIBERY_GET_GRAPH_QL_SCHEMA | Tool to retrieve the GraphQL schema for the current workspace. Uses standard GraphQL introspection. | - |
FIBERY_GET_USER_PREFERENCES | Tool to retrieve the current user's UI preferences. Use after authentication to tailor UI to user settings. | - |
FIBERY_POST_AUTH_REFRESH_TOKEN | Tool to refresh an access token using a refresh token. Use when the current access token has expired and a valid refresh token is available. | refresh_token |
FIBERY_POST_AUTH_TOKEN | Tool to authenticate with Fibery using resource owner password credentials. Use when you need an access token by providing username and password. Include the returned token in the 'Authorization: Token <access_token>' header for subsequent API calls. | username, password |
FIBERY_POST_CREATE_ENTITY | Tool to create a new Fibery entity. Use when you have prepared all necessary field values and need to persist a new record. Example: Create a 'Project/Task' with title and assignee. | type, entity |
FIBERY_POST_FETCH_DATA | Tool to fetch data from a specified source. Use after specifying the source and optional filters. | source, account |
FIBERY_POST_FETCH_DATA_COUNT | Tool to return the count of records for a given Fibery type (source). Uses Fibery commands API and returns the total number of entities of the type. | source, account, filter |
FIBERY_POST_FETCH_DATA_LIST | Tool to fetch options for a datalist filter field. Use after retrieving field metadata to build dynamic filters. | source, field |
FIBERY_POST_FETCH_SCHEMA | Tool to fetch predefined data schema. Use after authenticating when mapping and integrating Fibery data. | account, filter |
FIBERY_POST_OAUTH2_ACCESS_TOKEN | Tool to finalize OAuth2 authentication for Fibery custom apps. Use when exchanging an authorization code for access and refresh tokens after user authorization. Notes: - In Fibery custom app flows, the access_token endpoint is typically implemented by the app… | code, redirect_uri |
FIBERY_POST_REVOKE_TOKEN | Tool to revoke an existing Fibery API access token. Use when invalidating a user session or logging out. | token |
FIBERY_POST_VALIDATE_ACCOUNT | Tool to validate account credentials. Use when confirming provided credentials (and optionally refreshing OAuth2 tokens) before further API calls. | id, fields |
FIBERY_POST_VALIDATE_FILTER | Tool to validate filter definitions. Use when ensuring filter structure and syntax are correct before running a data query. | source, filter, account |
FIBERY_UPDATE_ENTITY | Tool to update an existing Fibery entity. Uses Commands API: fibery.entity/update. | type, entity_id, fields |
FIBERY_UPDATE_USER_PREFERENCES | Tool to update the current user's preferences by using the Commands API. It fetches the current user id and preferences, merges the provided payload, and writes back the merged object into 'fibery/ui-preferences' of the current fibery/user. | - |
FIBERY_UPLOAD_FILE | Tool to upload a file to Fibery. Use when you need to attach a local file via the Fibery Files API. | file_path |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Fibery!