Agent Scratchpad
Persistent scratchpad for organizing thoughts, notes, and working memory across executions. Read, write, append, search, and manage named pages.
Actions
| Name | Description |
|---|---|
read_pageRead a named page from the scratchpad. | Read a named page from the scratchpad. |
write_pageWrite content to a named page in the scratchpad. Overwrites existing content. | Write content to a named page in the scratchpad. Overwrites existing content. |
append_pageAppend text to an existing page. Creates the page if it does not exist. | Append text to an existing page. Creates the page if it does not exist. |
list_pagesList all pages in the scratchpad. | List all pages in the scratchpad. |
search_pagesSearch page contents for a keyword or phrase. | Search page contents for a keyword or phrase. |
delete_pageDelete a page from the scratchpad. | Delete a page from the scratchpad. |
clear_allDelete all pages from the scratchpad. | Delete all pages from the scratchpad. |
Triggers
| Name | Description |
|---|---|
page_updatedTriggers when a scratchpad page is created or modified. | Triggers when a scratchpad page is created or modified. |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'agent-scratchpad',
actionName: 'read_page',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Agent Scratchpad to my app?
Use Weavz Hosted Connect for No Auth authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Agent Scratchpad support?
Agent Scratchpad supports 7 actions including Read Page, Write Page, Append to Page, List Pages, Search Pages, and more.
Can I use Agent Scratchpad with AI agents?
Yes. Add Agent Scratchpad to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Agent Scratchpad use?
Agent Scratchpad uses No Auth. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Agent Scratchpad integration cost?
The Agent Scratchpad integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Agent Scratchpad support?
Agent Scratchpad supports 1 triggers including Page Updated.
Connect Agent Scratchpad in 2 minutes
Get 1,000 free actions every month. No credit card required.