update_wishlist_item — Framezone MCP Tool Mutating
update_wishlist_item
(update wishlist item) is one of 50 tools on the
Framezone
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call update_wishlist_item from your client
- Claude Code Framezone update_wishlist_item run in your project directory
- Claude Desktop Framezone update_wishlist_item ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor Framezone update_wishlist_item ~/.cursor/mcp.json
- VS Code Framezone update_wishlist_item .vscode/mcp.json
- Zed Framezone update_wishlist_item ~/.config/zed/settings.json
- Windsurf Framezone update_wishlist_item ~/.codeium/windsurf/mcp_config.json
- Cline Framezone update_wishlist_item ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI Framezone update_wishlist_item ~/.gemini/settings.json
- Grok Framezone update_wishlist_item .mcp.json (in your project root)
- ChatGPT Framezone update_wishlist_item Settings → Connectors → Advanced → Developer mode
- Claude.ai Framezone update_wishlist_item Settings → Connectors → Add custom connector
- LangChain Framezone update_wishlist_item pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http framezone https://framezone.app/mcp
Other tools on this server
- list_tasks
- create_task
- update_task
- complete_task
- delete_task
- list_habits
- create_habit
- update_habit
- log_habit
- list_goals
- create_goal
- update_goal
- list_projects
- create_project
- update_project
- get_daily_entry
- update_daily_entry
- list_notes
- create_note
- delete_note
- list_books
- create_book
- update_book
- delete_book
- list_quotes
- create_quote
- add_bookmark
- delete_bookmark
- list_accounts
- list_categories
- add_transaction
- list_subscriptions
- create_subscription
- list_holdings
- add_trade
- log_focus_session
- get_focus_summary
- log_workout
- log_workout_sets
- log_body_measurement
- log_nutrition
- list_exercises
- get_fitness_summary
- delete_workout
- delete_workout_sets
- delete_body_measurement
- list_wishlist
- add_wishlist_item
- list_contacts
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.