← familiaplanner.com

INDIVIDUAL MCP TOOL

familia_update_list_attachment

Use this when the user asks to edit, add, remove, reorder, or mark items in an existing Familia checklist/list attachment.

familiaplanner.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.family.asynq.org/mcp

No auth detected

Connect to this endpoint to inspect the live schema for familia_update_list_attachment 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.
  • A tool name or description contains a deletion term.

Parent server

familiaplanner.com

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.familia]
url = "https://mcp.family.asynq.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "familia": {
      "type": "http",
      "url": "https://mcp.family.asynq.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "familia": {
      "type": "http",
      "url": "https://mcp.family.asynq.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "familia",
  "transport": "streamable-http",
  "url": "https://mcp.family.asynq.org/mcp"
}
MCP Inspector

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

Related tools

  • familia_list_households — Use this when the user asks which Familia households, families, or shared boards are available.
  • familia_list_household_members — Use this when a task or plan must be assigned to, owned by, or shared with a named household member and their Familia user id is not already known.
  • familia_get_day_overview — Use this when the user asks for Familia items on a specific date or in a specific time window.
  • familia_get_today_schedule — Use this when the user asks about today's agenda, today's tasks, what they are doing today, or what they should do today.
  • familia_get_tomorrow_schedule — Use this when the user asks about tomorrow's agenda, tomorrow's tasks, tomorrow's plans, or what they should prepare for tomorrow.
  • familia_get_next_up — Use this when the user asks what is next, what they should do now, their next task, or the next upcoming family item.
  • familia_get_weekly_overview — Use this when the user asks about this week, the next week, upcoming days, family schedule for the week, or a multi-day planning overview.
  • familia_get_inbox — Use this when the user asks for inbox, items needing attention, overdue tasks, past leftovers, unfinished responsibilities, or what is waiting on them.