Pushbullet enables seamless sharing of notifications and files across devices.
Toolkit · pushbullet
v1
01Create Chattool
02Create Pushtool
03Delete All Pushestool
04Delete Chattool
OAuth2 · verified
15T · 0TR
pushbullet
Supported tools and triggers
Each tool is a typed function your agent can call. Each trigger fires an agent run when something changes upstream.
Create Chat
Tool to create a new chat with the specified email address. Use when you need to initiate a conversation thread by email.
TOOL
Create Push
Tool to send a new push (note, link, or file) to a device, user, channel, or client. Use when you need to share content to a specific target. Example: "Send a link to https://example.com to device abc123".
TOOL
Delete All Pushes
Tool to delete all pushes for the current user asynchronously. Use when you need to bulk-clear all existing pushes in one call.
TOOL
Delete Chat
Tool to delete a chat by its identifier. Use when you need to remove a chat from your Pushbullet account after confirming its identifier.
TOOL
Delete Push
Tool to delete a specific push by its identifier. Use when you need to remove a push after confirming its identifier.
TOOL
Delete Pushbullet Device
Tool to remove a device by its identifier. Use when you need to delete a device from your Pushbullet account after confirming its identifier.
TOOL
Get current user
Tool to retrieve the currently authenticated user's profile. Use when you need to verify the access token or display the current user's details.
TOOL
List Chats
Tool to list all chat objects for the current user. Use when you need the full set of chat threads before sending or muting messages.
TOOL
List Devices
Tool to list all registered devices for the current user. Use after obtaining a valid access token.
TOOL
List Pushes
Tool to list pushes with optional filtering and pagination. Use when retrieving or syncing pushes after a certain time.
TOOL
Mute or Unmute Chat
Tool to mute or unmute an existing chat. Use when adjusting notification settings for a specific chat by its identifier.
TOOL
Register Device
Tool to register a new device under the current user's account. Use when adding a new hardware or app device to Pushbullet.
TOOL
Update Device
Tool to update metadata for a device by its identifier. Use when changing a device's nickname, model, or other settings.
TOOL
Update Push
Tool to update a push (dismiss or modify list items) by its identifier. Use when marking a push as dismissed or updating list push items.
TOOL
Upload Request
Tool to obtain a signed upload URL for a file before pushing. Use when you need to upload file content via the signed S3 form data.