Skip to main content
Glama

get-public-models

Retrieve and filter public AI models from Scenario.com's collection, enabling users to browse, sort, and find specific models by type, tags, or date.

Instructions

List all public models

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
updatedBeforeNoFilter results to only return models updated before the specified ISO string date (exclusive). Requires the sortBy parameter to be "updatedAt"
sortDirectionNoSort results in ascending (asc) or descending (desc) order
collectionIdsNoList of collection ids, comma separated.
pageSizeNoThe number of items to return in the response. The default value is 50, maximum value is 500, minimum value is 1
typeNoList all the models of a specific type. Can be any of the following values: sd-1_5, sd-1_5-lora, sd-1_5-composition, sd-xl, sd-xl-lora, sd-xl-composition, flux.1, flux.1-lora, flux.1-kontext-dev, flux.1-krea-dev, flux.1-kontext-lora, flux.1-krea-lora, flux.1-composition, flux.1-pro, flux1.1-pro, flux.1.1-pro-ultra, gpt-image-1, custom
updatedAfterNoFilter results to only return models updated after the specified ISO string date (exclusive). Requires the sortBy parameter to be "updatedAt"
paginationTokenNoA token you received in a previous request to query the next page of items
tagsNoList of tags, comma separated.
typesNoList of types, comma separated. Can be any of the following values: sd-1_5, sd-1_5-lora, sd-1_5-composition, sd-xl, sd-xl-lora, sd-xl-composition, flux.1, flux.1-lora, flux.1-kontext-dev, flux.1-krea-dev, flux.1-kontext-lora, flux.1-krea-lora, flux.1-composition, flux.1-pro, flux1.1-pro, flux.1.1-pro-ultra, gpt-image-1, custom
createdBeforeNoFilter results to only return models created before the specified ISO string date (exclusive). Requires the sortBy parameter to be "createdAt"
sortByNoSort results by the createdAt or updatedAt
createdAfterNoFilter results to only return models created after the specified ISO string date (exclusive). Requires the sortBy parameter to be "createdAt"
Behavior2/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 of behavioral disclosure. 'List all public models' implies a read-only operation, but it doesn't mention pagination behavior, rate limits, authentication requirements, or what 'public' entails (e.g., visibility constraints). For a tool with 12 parameters and no annotation coverage, this is insufficient.

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, efficient sentence ('List all public models') that is front-loaded and wastes no words. It directly communicates the core action without unnecessary elaboration, making it highly concise and well-structured.

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

Completeness2/5

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

Given the tool's complexity (12 parameters, no annotations, no output schema), the description is inadequate. It doesn't explain the return format, pagination, filtering logic, or how it differs from sibling tools. For a list operation with extensive filtering options, more context is needed to guide effective use.

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 detailed parameter documentation in the input schema. The description adds no parameter semantics beyond implying a listing action. Since the schema does the heavy lifting, the baseline score of 3 is appropriate, as the description doesn't compensate but also doesn't detract from the well-documented 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 'List all public models' clearly states the verb ('List') and resource ('public models'), making the purpose immediately understandable. However, it doesn't differentiate from sibling tools like 'get-models' or 'get-public-models-by-model-id', which would require specifying that this tool retrieves all public models rather than filtering by ID or other criteria.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. With sibling tools like 'get-models' and 'get-public-models-by-model-id' available, the agent has no indication whether this tool is for bulk retrieval, filtered queries, or specific use cases, leaving usage decisions ambiguous.

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/pasie15/scenario.com-mcp-server'

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