Skip to main content
Glama

List NexusAPI models

nexusapi_list_models

Discover available models in NexusAPI's public catalog. Filter by kind (video/image) or search text to find specific models.

Instructions

List the models currently exposed by the public NexusAPI catalog, optionally filtered by kind or search text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoOptional output kind filter
queryNoOptional case-insensitive search in model id and name
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the catalog is 'currently exposed' but doesn't state what the response contains, whether it's read-only, or any side effects. This is a gap for an unannotated tool.

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?

A single, efficiently worded sentence that front-loads the core action and immediately introduces optional filters. No wasted words or redundant information.

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 description is adequate for a simple two-parameter list tool with complete schema documentation. However, without an output schema, the agent is left guessing about return format. It also lacks any usage guidance beyond the basic scope.

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 both parameters are already well-documented. The description's mention of 'kind or search text' adds no new meaning beyond the schema's own descriptions. Baseline 3 is appropriate.

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?

The description clearly states the tool's purpose with a specific verb ('list'), resource ('models'), and scope ('public NexusAPI catalog'). It also distinguishes itself from siblings (get schema, generate, get task) by being the only listing/discovery tool.

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

Usage Guidelines4/5

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

The description conveys clear context: it lists available models, optionally filtered by kind or search. While it doesn't explicitly say when to use this vs alternatives, the purpose is so distinct from siblings that usage is obvious.

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/mat12121212/nexusapi-examples'

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