MCP App Store
Productivity
NewTwos icon

NewTwos

by Twos Technologies Incorporated

Overview

NewTwos is a fast place to write things down. This connector lets ChatGPT add to-dos and notes to the right list, set reminders, complete and organize items, and search everything you've captured — working on the same data as the NewTwos apps, scoped to the permissions you approve.

Tools

create_list

ChatGPT
Create a new list. Returns the created list, including its id.

create_list

ChatGPT
Create a new list. Returns the created list, including its id.

create_thing

ChatGPT
Add a thing to a list. A thing is a todo (checkbox) or a note — omit type to use the user’s default. Add url for a hyperlink and tags (names, with or without #) to categorize. list_id is required; get it from list_lists or search.

create_thing

ChatGPT
Add a thing to a list. A thing is a todo (checkbox) or a note — omit type to use the user’s default. Add url for a hyperlink and tags (names, with or without #) to categorize. list_id is required; get it from list_lists or search.

delete_list

ChatGPT
Permanently delete a list AND every thing inside it. This cannot be undone.

delete_list

ChatGPT
Permanently delete a list AND every thing inside it. This cannot be undone.

delete_thing

ChatGPT
Permanently delete a thing. This cannot be undone.

delete_thing

ChatGPT
Permanently delete a thing. This cannot be undone.

fetch

ChatGPT
Fetch one resource (a list or a thing) by id and return it as a single document — { id, title, text, url, metadata }. For a list, text is its things rendered as plain text. Pair with search: search returns ids, fetch retrieves full content.

fetch

ChatGPT
Fetch one resource (a list or a thing) by id and return it as a single document — { id, title, text, url, metadata }. For a list, text is its things rendered as plain text. Pair with search: search returns ids, fetch retrieves full content.

get_list

ChatGPT
Get one list, its things, and any reminders on those things. Get the id from list_lists or search.

get_list

ChatGPT
Get one list, its things, and any reminders on those things. Get the id from list_lists or search.

get_thing

ChatGPT
Get a single thing by id, plus its reminder (or null).

get_thing

ChatGPT
Get a single thing by id, plus its reminder (or null).

list_lists

ChatGPT
List your NewTwos lists, most recently updated first (50 per page; pass page for more). Use a list’s id with get_list, create_thing, update_list, etc.

list_lists

ChatGPT
List your NewTwos lists, most recently updated first (50 per page; pass page for more). Use a list’s id with get_list, create_thing, update_list, etc.

list_reminders

ChatGPT
List your upcoming reminders (soonest first).

list_reminders

ChatGPT
List your upcoming reminders (soonest first).

list_tags

ChatGPT
List the tags you use across your things, with usage counts.

list_tags

ChatGPT
List the tags you use across your things, with usage counts.

list_things

ChatGPT
List your things newest-first across all lists (or one list). Filter by list_id, completed, type, or tag. since + sort give an incremental cursor (e.g. poll for things created after a timestamp). Each thing has a stable id.

list_things

ChatGPT
List your things newest-first across all lists (or one list). Filter by list_id, completed, type, or tag. since + sort give an incremental cursor (e.g. poll for things created after a timestamp). Each thing has a stable id.

remove_reminder

ChatGPT
Remove the reminder from a thing.

remove_reminder

ChatGPT
Remove the reminder from a thing.

set_reminder

ChatGPT
Set or replace the reminder on a thing. A thing has at most one reminder. at is an ISO 8601 datetime.

set_reminder

ChatGPT
Set or replace the reminder on a thing. A thing has at most one reminder. at is an ISO 8601 datetime.

update_list

ChatGPT
Update a list (rename, change emoji, star, archive). Only the fields you send change.

update_list

ChatGPT
Update a list (rename, change emoji, star, archive). Only the fields you send change.

update_thing

ChatGPT
Update a thing. Set completed: true to check off a todo, canceled: true to cancel it, list_id to move it to another list, or change text/type/url/tags. Only the fields you send change.

update_thing

ChatGPT
Update a thing. Set completed: true to check off a todo, canceled: true to cancel it, list_id to move it to another list, or change text/type/url/tags. Only the fields you send change.

Capabilities

Writes

App Stats

32

Tools

ChatGPT

Platforms

Works with

ChatGPT

Data refreshed daily