← framezone.app

INDIVIDUAL MCP TOOL

update_book

Update a book: change status, rating, notes, or update reading progress (current page).

framezone.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://framezone.app/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

framezone.app

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.framezone]
url = "https://framezone.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "framezone": {
      "type": "http",
      "url": "https://framezone.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: framezone
Remote MCP URL: https://framezone.app/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": {
    "framezone": {
      "url": "https://framezone.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "framezone",
  "transport": "streamable-http",
  "url": "https://framezone.app/mcp"
}
MCP Inspector

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

Related tools

  • list_tasks — List tasks, optionally filtered by status, priority, project, or top3 flag.
  • create_task — Create a new task with optional project, priority, due date, and recurrence.
  • update_task — Update an existing task.
  • complete_task — Toggle a task between completed and pending.
  • delete_task — Soft-delete a task (can be restored later).
  • list_habits — List active habits with the value logged and done status for a date, plus current streaks.
  • create_habit — Create a new habit.
  • update_habit — Update an existing habit.