Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.
Bulk Create ImagesALTTEXT_AI_CREATE_BULK_IMAGES
Tool to bulk upload and process a CSV file of image URLs for alt text generation. Use when you need to process multiple images at once (up to 100,000 URLs). Invalid rows are returned in row_errors for debugging.
Create ImageALTTEXT_AI_CREATE_IMAGE
Tool to add an image and generate alt text. Supports both URL and base64-encoded file upload. Use when you need to generate alt text for images, with options for custom prompts, keywords, multiple languages, and ecommerce data. Rate limited to 4 calls per second.
Delete Image by Asset IDALTTEXT_AI_DELETE_IMAGE_BY_ASSET_ID
Tool to delete an image from your library by its asset ID. Use when you need to remove a specific image permanently from your AltText.ai account.
Get AccountALTTEXT_AI_GET_ACCOUNT
Tool to retrieve account settings and usage information. Use when you need to check your AltText.ai account configuration and usage limits before generating alt text.
Get Image by Asset IDALTTEXT_AI_GET_IMAGE_BY_ASSET_ID
Tool to retrieve detailed information about a specific image using its asset ID. Use when you need to fetch alt text, metadata, or status of a previously processed image.
Get ImagesALTTEXT_AI_GET_IMAGES
Tool to retrieve a paginated list of images in your library, including their alt text and metadata. Use when you need to browse or filter images programmatically after authentication.
Scrape Page for ImagesALTTEXT_AI_SCRAPE_PAGE
Tool to scrape a web page or HTML document and queue all images for alt text generation. Images are processed asynchronously. Does not execute JavaScript. Use when you need to batch-process images from a website or HTML content.
Search ImagesALTTEXT_AI_SEARCH_IMAGES
Search for images in your AltText.ai library by keywords. Searches through your previously processed images to find matches based on URLs, alt text content, and metadata. Useful for finding specific images in large libraries. Returns paginated results with alt text and metadata. Note: This searches your own image library, not a public image database. Images must be added via the Create Image endpoint before they can be searched.
Update AccountALTTEXT_AI_UPDATE_ACCOUNT
Tool to update account settings (e.g., webhook_url, name). Use after confirming current account details to modify settings.
Update Image by Asset IDALTTEXT_AI_UPDATE_IMAGE_BY_ASSET_ID
Tool to update an image with new data including asset ID, alt text, and metadata. Use when you need to modify existing image information. Note: You cannot update the URL of an existing image.