---
title: "tasks"
description: "agent-tools-runtime plugin for a self-hosted tasks REST API: typed facade over a plain CRUD endpoint (no MCP, no OAuth) plus a deterministic insert-and-verify skill."
canonical: https://agentpluginsdirectory.com/plugins/tasks
last-updated: 2026-09-22
---

# tasks
agent-tools-runtime plugin for a self-hosted tasks REST API: typed facade over a plain CRUD endpoint (no MCP, no OAuth) plus a deterministic insert-and-verify skill.
- Slug: tasks
- Publisher: MauricioPerera
- Repository: https://github.com/MauricioPerera/agent-tools-runtime
- Manifest: agent-tools-plugin-tasks/plugin.json
- Version: 0.1.0
- License: MIT
- Category (editorial): integrations
- Skills: 0
- MCP servers: 0
- Stars: 1
- Repository created: 2026-08-05
- Repository last pushed: 2026-08-12
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/tasks
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What tasks does, in the publisher's words

Plugin de agent-tools-runtime para una API REST propia, self-hosted (no un MCP server envuelto, no un SaaS de terceros): un CRUD mínimo de "tasks" desplegado en el VPS del proyecto, sin OAuth ni creación de cuentas, solo una API key.

Se instala al lado de @rckflr/agent-tools-runtime. Si discoverPlugins() escanea node_modules/agent-tools-plugin-*, el plugin se detecta solo, no hace falta tocar código del runtime.

Con prefix: "tasks", el runtime genera:

- agent_tools_tasks_discover({ query? })
- agent_tools_tasks_call({ toolName, arguments, confirm? })
- agent_tools_tasks_run_skill({ skill, arguments })
- insert-and-verify-task({ title, done? }): determinista, no genera código: crea la task y confirma leyéndola de vuelta (created.id === read.id, title/done coinciden). Mismo patrón que insert-and-verify-datatable-row del plugin de n8n, pero sin capa de workflow de por medio.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/MauricioPerera/agent-tools-runtime/HEAD/agent-tools-plugin-tasks/README.md
