Skip to main content
Glama

List / search schemas

list_schemas

List schema names from the API. Filter by substring to locate data models, then retrieve field details with get_schema.

Instructions

Lists the data model (schema) names defined by the API. Pass query to filter by substring. Use a name with get_schema to see its fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoCase-insensitive substring filter, e.g. 'order' or 'price'.
Behavior4/5

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

No annotations are provided, so the description must cover behavioral traits. It specifies that the tool returns only schema names and supports case-insensitive substring filtering. While it does not mention pagination or limits, the behavior is simple enough that the description is sufficient.

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 two sentences long, directly states the purpose, and includes essential usage guidance without any fluff. Every sentence earns its place.

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

Completeness5/5

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

For a simple list tool with one optional parameter and no output schema, the description is complete: it explains what the tool returns, how to filter, and how to proceed to see details. No additional context is necessary.

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?

The input schema already fully describes the `query` parameter with the same example ('order' or 'price'), so the description adds no new information beyond what the schema provides. With 100% schema coverage, a baseline of 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 that this tool lists data model (schema) names, which is a specific verb+resource. It also distinguishes itself from sibling `get_schema` by noting that this lists names while that retrieves fields, and from other sibling tools by focusing on schemas.

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 explains when to use the `query` parameter for substring filtering and how to follow up with `get_schema` to see fields. This provides clear context and an alternative action, though it does not explicitly state when not to use this tool.

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/JeongSeongMok/tossinvest-openapi-mcp'

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