← flask.do

INDIVIDUAL MCP TOOL

feedback_list

List top-level feedback on an asset.

flask.donone authenticationAvailability not checked

LIVE ENDPOINT

https://api.flask.do/api/mcp/mcp

No auth detected

Connect to this endpoint to inspect the live schema for feedback_list and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

flask.do

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.flask]
url = "https://api.flask.do/api/mcp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "flask": {
      "type": "http",
      "url": "https://api.flask.do/api/mcp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: flask
Remote MCP URL: https://api.flask.do/api/mcp/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "flask": {
      "url": "https://api.flask.do/api/mcp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "flask": {
      "type": "http",
      "url": "https://api.flask.do/api/mcp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "flask",
  "transport": "streamable-http",
  "url": "https://api.flask.do/api/mcp/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • contents — Browse contents.
  • feedback_get — Get a single feedback item with its full reply thread.
  • wait_for_feedback — Wait for NEW feedback on an asset.
  • feedback_post — Create a feedback comment on an asset, as the connected user.
  • feedback_update — Edit an existing feedback item.
  • get_annotated_frames — Supplementary visuals for a feedback item.
  • get_frame — Drill into a recording for MORE visual detail: get the exact frame at a specific time (at) or when a specific word/phrase was spoken (word).
  • asset_status — Check the processing status of a video asset.