Skip to main content
Glama

models

Browse and filter available AI models from the fal.ai gallery by category or status, with cursor-based pagination for easy navigation.

Instructions

List available models in the fal.ai model gallery. Supports optional filtering by category, status, and cursor-based pagination. Can expand OpenAPI schemas inline with expand parameter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoOptional category to filter models (e.g., 'text-to-image', 'image-to-video', 'training')
cursorNoPagination cursor from previous response (for next page)
limitNoNumber of models per page (default: 100, max: 100)
statusNoFilter by model status - 'active' or 'deprecated' (omit to include all)
expandNoFields to expand in response. Supported: 'openapi-3.0' (includes full OpenAPI schema)
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses read-only behavior (listing) and optional filtering but lacks details on authentication, rate limits, or what happens if no models match. The behavior is straightforward but minimally transparent.

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 extremely concise, using two sentences to cover purpose and key capabilities without any unnecessary words. Every sentence is valuable.

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

Completeness4/5

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

Given no output schema and no annotations, the description covers the essential purpose, supported filters, pagination, and expand option. It could mention output format or pagination details, but the schema handles cursor and limit. Mostly complete for a list tool.

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%, with clear descriptions for all five parameters. The description adds little beyond summarizing the expand parameter capability, so it meets the baseline for high coverage but does not significantly enhance understanding.

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

Purpose5/5

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

Description clearly states the tool lists models in the fal.ai gallery, distinguishing it from siblings like 'search' or 'generate' by focusing on browsing the full list. The verb 'list' is specific and the resource 'models' is clear.

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 for listing models with optional filters, but does not explicitly state when to use this tool versus siblings like 'search' or 'find'. No exclusions or alternatives are mentioned.

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/derekalia/fal-mcp-ts'

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