Tools that your AI agent can use through this MCP server to interact with fal.ai
Gets the status of a request in the queue. This allows you to monitor the progress of your asynchronous tasks. See the documentation.
Gets the response of a completed request in the queue. This retrieves the results of your asynchronous task. See the documentation.
Cancels a request in the queue. This allows you to stop a long-running task if it's no longer needed. See the documentation.
Adds a request to the queue for asynchronous processing, including specifying a webhook URL for receiving updates. See the documentation.