Weavz
Matter

Matter

Save, search, update, and monitor Matter reading-list items, annotations, and tags.

12 tools
1 trigger

Tools

Name
get_account

Get the authenticated Matter account.

list_items

List saved Matter items.

search

Search saved Matter items.

get_item

Get a Matter item.

save_item

Save a URL to Matter.

update_item

Update a Matter item.

delete_item

Delete a Matter item.

list_annotations

List Matter annotations, optionally for an item.

update_annotation

Update a Matter annotation.

delete_annotation

Delete a Matter annotation.

list_tags

List Matter tags.

add_tag_to_item

Add a tag to a Matter item.

Triggers

Name
new_item

Triggers when new Matter items are returned after the last poll.

Quick Start

TypeScript
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.