Skip to content

How do I pull results into my agent?

On Core or Pro, a connected coding agent can read raw responses over MCP. Name the study when you want its latest launch, or give the launch ID when you need one specific version.

If you have not connected your agent, start with Connect from your agent.

Tell the agent which study or launch to read and what you want to do with the responses. For example:

“Read the raw responses for study STUDY_ID and summarize the recurring themes.”

Or:

“Read launch LAUNCH_ID and compare the choice results by intake role.”

A study ID resolves to that study’s latest launch. A launch ID keeps the request on one frozen version.

MCP results access is available on Core and Pro. It is separate from the AI analysis available on a launch page.

MCP raw-result access, browser exports, and version API access are available on Core and Pro.

Use the route that fits the consumer:

  1. MCP lets your connected agent read the raw responses directly.
  2. Export on the launch page downloads the version’s data in your browser.
  3. API access gives a script or another external tool a version-specific token and export URL.

You do not need an API token for the MCP route.

Open Launches, choose the launch, and open its API access panel. Copy the token and export URL from there.

The token belongs to that launched version. It does not grant access to every launch of the study. Rotate it from the same panel when you need to revoke access; the previous token stops working immediately.

Anyone with the token can read that version’s responses.

  1. Do not commit it to a repository.
  2. Store it in an environment variable or secrets manager when a script needs it.
  3. Do not paste it into a shared conversation.
  4. Rotate it if it has been exposed or is no longer needed.

Check these points:

  1. The Fiuto MCP connection is active.
  2. The account is on Core or Pro.
  3. The study has a launch with responses.
  4. The study ID or launch ID identifies the version you intended.