← mindthread.tw

INDIVIDUAL MCP TOOL

delete_library_item

Delete a queued, draft or archived library item.

mindthread.twnone authenticationAvailability not checked

LIVE ENDPOINT

https://mindthread.tw/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for delete_library_item 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 deletion term.

Parent server

mindthread.tw

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_me — Plan, key identity (data.key: id, label, kind, status, scopes, legacy, last_used_at), remaining units in this key's pool (live: per key by plan; sandbox: 500/day shared by the member's mt_test_ keys), haixun points, connected accounts.
  • list_accounts — Connected Threads accounts; use the returned id as account_id in every other tool.
  • get_material — Account material digest (who / sells / claims / experiences / faq / numbers / voice) that every generation path appends to the persona.
  • build_material — Build or rebuild the material from up to 8 https pages of the brand's own site (homepage, product, pricing, blog), optional notes with real cases/FAQs, and the account's top posts.
  • get_account_settings — Persona, schedule_times, review_before_publish, auto_reply_enabled, auto_thread for an account.
  • update_account_settings — Change persona (brand voice), schedule_times ("09:00,12:30,21:00" Asia/Taipei), review_before_publish, auto_reply_enabled, auto_thread, auto_link_to_comment, enabled, video_autopilot, content_rules.
  • generate_posts — Generate 1-5 posts with a proven formula and the account persona (nothing is published).
  • publish — Publish now or schedule: text, one image (media_urls with 1 url), carousel (2-10 urls) or video_url.