Skip to main content
Glama
alttextai
by alttextai

List Images

list_images

Retrieve a paginated list of images from your AltText.ai library with options to filter by URL or language, sort by various columns, and control page size.

Instructions

List images in your AltText.ai library with pagination

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoFilter images by exact URL match
langNoFilter alt texts by language code
pageNoPage number (default: 1)
sortNoSort column (default: id)
limitNoItems per page (default: 20, max: 100)
directionNoSort direction (default: DESC)
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full responsibility for behavioral disclosure. It only mentions pagination but does not state that the operation is read-only, what data is returned, or any default ordering. For a list operation, this is minimal transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that is direct and front-loaded with the key action and resource. No unnecessary words or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple, but without an output schema or annotations, the description could do more to explain return format or default behavior. It covers the basic purpose but leaves gaps for an agent needing to know what response to expect.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema fully documents all 6 parameters. The description adds no additional meaning beyond mentioning pagination, which is already captured by the page, limit, and direction parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool lists images from the AltText.ai library and mentions pagination. It distinguishes itself from single-image tools like get_image, but does not explicitly differentiate from search_images, which is a similar listing tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage through 'with pagination', suggesting it is for paginated browsing of images. However, it provides no explicit guidance on when to use this tool versus search_images or other siblings, nor does it state any exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alttextai/alttext-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server