TinyFish MCP

8 tools available

AI-powered browser automation and web interaction agent. Enables AI to browse, interact with websites, and perform web tasks.

Connect TinyFish MCP to Definable to automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas call TinyFish MCP's 8 tools directly from chat or scheduled flows. You can wire it into any persona to read, write, and react when an event fires.

Common workflows with TinyFish MCP

01

Trigger on event

  1. Listen for a new event
  2. Parse and validate the payload
  3. Take an action with the linked tool
02

Daily summary

  1. Pull yesterday's activity
  2. Summarise with the model of your choice
  3. Send the digest via email or Slack
03

Cross-tool sync

  1. Read records from one app
  2. Transform with a persona
  3. Write the result back via this integration

TinyFish MCP actions 8

Every TinyFish MCP action below is a callable tool any Definable persona can invoke.

Cancel run

Cancels a running or pending automation run by its ID. Idempotent: if the run is already in a terminal state (COMPLETED, FAILED, CANCELLED), returns the current status without error. Only PENDING and RUNNING runs will be actively cancelled.

Discover run

Discovers the currently running automation for this session. Returns runId if a run is active, or null if not yet started.

Get run

Retrieves details of a specific automation run by its ID. Returns status, result, error, and other metadata. IMPORTANT: Call this after run_web_automation errors or times out — the run is likely still executing. If you do not have a run_id, use list_runs to find it. Also use this to poll for completion after run_web_automation_async. Runs typically take a few minutes. Wait 30-60 seconds between polls.

Get steps

Retrieves the steps taken during an automation run, including screenshots.

List runs

Lists automation runs with optional filtering by status and pagination support. Returns an array of runs with their details. Use this to find a recently created run when you do not have its run_id (e.g., after run_web_automation timed out before returning a run_id). Filter by status=RUNNING to find active runs.

Poll status

Polls the current status of an automation run. Returns status, step, progress, and other metadata.

Run web automation

Executes web automation given a URL and a Natural Language description of the automation goal to be performed. Automation is mostly focused around navigating complex web pages and extracting data from web pages. Include _meta.progressToken in your request to receive progress notifications. WARNING: This tool may take several minutes. If it errors or times out, the run is STILL EXECUTING on the server. DO NOT call this tool again or call run_web_automation_async — both would create a duplicate run. Instead: if you have a run_id from progress notifications, call get_run. If you have no run_id, call list_runs to find it. Only create a new run after confirming the previous one finished.

Run web automation async

Starts a NEW web automation run asynchronously and returns a run_id immediately without waiting for completion. WARNING: Do NOT use this to retry a failed run_web_automation call — that run is still executing. Use get_run or list_runs to check its status instead. Only use this tool for genuinely new tasks. Workflow: 1) Call this tool to get a run_id. 2) Wait 30-60 seconds. 3) Call get_run with the run_id to check status. 4) Repeat step 2-3 until status is COMPLETED, FAILED, or CANCELLED.

Frequently asked questions

What can I automate with TinyFish MCP on Definable?

Anything TinyFish MCP exposes through its API. Common model context protocol workflows on Definable include automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas can call any of the 8 TinyFish MCP tools directly, then chain the result into another integration without you writing code.

How does TinyFish MCP authentication work?

TinyFish MCP uses DCR_OAUTH on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.

Is the TinyFish MCP integration included in my Definable plan?

Yes — every Definable plan, including Starter, includes access to all 8 TinyFish MCP tools. You only need a separate TinyFish MCP subscription if TinyFish MCP itself charges per seat or per API call.

Is using TinyFish MCP through Definable secure?

Every call from a persona to TinyFish MCP is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.

How do I get started with TinyFish MCP on Definable?

Sign up for Definable, open the integrations page, find TinyFish MCP, and connect via OAuth or API key. You can immediately attach TinyFish MCP to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.

What TinyFish MCP actions does Definable expose?

Definable exposes all 8 TinyFish MCP actions as callable tools — including `Cancel run`, `Discover run`, `Get run`, plus 5 more. Each tool gets a typed parameter schema so personas know exactly how to call it.

Ready to automate with TinyFish MCP?

Wire it up in minutes. No coding required.

← All integrations