Matter
Save, search, update, and monitor Matter reading-list items, annotations, and tags.
Tools
| Name | Description |
|---|---|
get_accountGet the authenticated Matter account. | Get the authenticated Matter account. |
list_itemsList saved Matter items. | List saved Matter items. |
searchSearch saved Matter items. | Search saved Matter items. |
get_itemGet a Matter item. | Get a Matter item. |
save_itemSave a URL to Matter. | Save a URL to Matter. |
update_itemUpdate a Matter item. | Update a Matter item. |
delete_itemDelete a Matter item. | Delete a Matter item. |
list_annotationsList Matter annotations, optionally for an item. | List Matter annotations, optionally for an item. |
update_annotationUpdate a Matter annotation. | Update a Matter annotation. |
delete_annotationDelete a Matter annotation. | Delete a Matter annotation. |
list_tagsList Matter tags. | List Matter tags. |
add_tag_to_itemAdd a tag to a Matter item. | Add a tag to a Matter item. |
Triggers
| Name | Description |
|---|---|
new_itemTriggers when new Matter items are returned after the last poll. | Triggers when new Matter items are returned after the last poll. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('matter-reading', 'get_account', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'matter-reading',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Matter to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Matter support?
Matter supports 12 tools including Get Account, List Items, Search, Get Item, Save Item, and more.
Can I use Matter with AI agents?
Yes. Add Matter to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Matter be used in stateful agent workflows?
Yes. Agents can combine Matter tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Matter use?
Matter uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Matter integration cost?
The Matter integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Matter support?
Matter supports 1 triggers including New Item.
Connect Matter in minutes
Get 20,000 free action executions every month. No credit card required.