Skip to content
TasksMate Developers

0.x — pre-release, no compatibility promise yet.What this means

What this is: things a client can read as context, by URI. When you need it: attaching a particular task or saved view to a conversation.

URIIsScopeSame as
tasksmate://task/{id}One task.tasks:readtasks.read
tasksmate://view/{id}One saved view.tasks:readviews.read
  • Read a resource when you already know which task or view you mean and want it in front of the model — for example, attaching tasksmate://task/T123456 to the chat before asking about it.
  • Call a tool when the model has to find, filter or change something: search_tasks, list_my_tasks, update_task.

Resources are read-only; everything that changes data is a tool. Reading one needs the same scope as the API read behind it, and sees only what your access sees there.