Fibery is a work management platform designed to help teams collaborate, organize information, and manage their workflows.
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.
Tool to delete a specific custom app endpoint. Use after confirming the app and endpoint IDs to remove.
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.
Tool to delete a specific file. Use when you need to remove a file from Fibery by its ID.
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.
Tool to retrieve application information. Use when you need the version, name, description, authentication methods, and available data sources before further operations.