Sortly
Automate Sortly inventory items, folders, item groups, alerts, moves, copies, and recent-item monitoring.
Tools
| Name | Description |
|---|---|
list_itemsList Sortly items and folders with bounded pagination. | List Sortly items and folders with bounded pagination. |
list_recent_itemsList recent Sortly items and folders. | List recent Sortly items and folders. |
get_itemGet one Sortly item or folder. | Get one Sortly item or folder. |
create_itemCreate a Sortly item or folder. | Create a Sortly item or folder. |
update_itemUpdate a Sortly item or folder. | Update a Sortly item or folder. |
delete_itemDelete a Sortly item or folder. | Delete a Sortly item or folder. |
move_itemMove a Sortly item or folder to another folder. | Move a Sortly item or folder to another folder. |
copy_itemCopy a Sortly item or folder. | Copy a Sortly item or folder. |
list_item_groupsList Sortly item groups. | List Sortly item groups. |
upsert_item_groupCreate or update a Sortly item group. | Create or update a Sortly item group. |
list_alertsList Sortly alerts. | List Sortly alerts. |
upsert_alertCreate or update a Sortly alert. | Create or update a Sortly alert. |
Triggers
| Name | Description |
|---|---|
recent_itemsPoll Sortly recent items after the initial baseline. | Poll Sortly recent items after the initial baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('sortly', 'list_items', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'sortly',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Sortly 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 Sortly support?
Sortly supports 12 tools including List Items/Folders, List Recent Items, Get Item/Folder, Create Item/Folder, Update Item/Folder, and more.
Can I use Sortly with AI agents?
Yes. Add Sortly 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 Sortly be used in stateful agent workflows?
Yes. Agents can combine Sortly 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 Sortly use?
Sortly uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Sortly integration cost?
The Sortly integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Sortly support?
Sortly supports 1 triggers including Recent Items.
Connect Sortly in minutes
Get 20,000 free action executions every month. No credit card required.