Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.
Complete AI PromptPLANLY_COMPLETE_AI_PROMPT
Tool to complete a text prompt using AI. Generates AI-powered text completions based on the provided prompt. Use when you need to generate creative content, complete text, or get AI suggestions for writing tasks.
Create TeamPLANLY_CREATE_TEAM
Tool to create a new team in Planly. Use when you need to create a team organization.
Delete MediaPLANLY_DELETE_MEDIA
Tool to delete one or more media files by their IDs. Use when you need to remove media files from Planly storage.
Delete TeamPLANLY_DELETE_TEAM
Tool to delete a team by its ID. Use when you need to permanently remove a team from Planly.
Edit TeamPLANLY_EDIT_TEAM
Tool to edit team details such as name in Planly. Use when you need to update an existing team's information.
Get AI CreditsPLANLY_GET_AI_CREDITS
Tool to retrieve available AI credits left in a team. Use when you need to check the remaining AI credits for a specific team.
Get TeamPLANLY_GET_TEAM
Tool to retrieve detailed information about a specific team including permissions, limits, and integrations. Use when you need to access team configuration, member counts, channel status, or integration details.
Import Media From URLPLANLY_IMPORT_MEDIA_FROM_URL
Tool to import media from a URL to your team. Use when you need to add external media (video/mp4, image/png, image/jpeg, image/webp) to a team's media library.
List ChannelsPLANLY_LIST_CHANNELS
Tool to list all social media channels connected to a team. Use when you need to retrieve channel details including name, picture, social network type, status, and scopes.
List media filesPLANLY_LIST_MEDIA
Tool to retrieve a paginated list of media files in a team. Use when you need to fetch media assets, browse uploaded files, or implement media management features with cursor-based pagination.
List Schedule GroupsPLANLY_LIST_SCHEDULE_GROUPS
Tool to retrieve a list of schedule groups for a team with comprehensive filtering and pagination. Use when you need to view scheduled posts, filter by channels, status, social networks, media type, or date range. Returns detailed information about each schedule group including individual schedules and their status.
List SchedulesPLANLY_LIST_SCHEDULES
Tool to retrieve a paginated list of schedules in a specified team. Use when you need to fetch schedules with support for pagination, custom ordering, and configurable page size. Returns schedule data with a cursor for fetching additional pages.
List TeamsPLANLY_LIST_TEAMS
Tool to retrieve all teams that the authenticated user belongs to. Use when you need to get team details including id, name, picture, role, number of users, and number of channels.
List Team UsersPLANLY_LIST_TEAM_USERS
Tool to list all users that belong to a specific team. Returns user details including id, fullname, picture, email, and role. Use when you need to retrieve the complete roster of team members.
Start Media UploadPLANLY_START_MEDIA_UPLOAD
Tool to start the upload process for a media file. Returns a pre-signed upload URL where the file should be uploaded using a PUT request. Use when you need to prepare for uploading images or videos to Planly.