Skip to main content
Glama

create_list

UNDERSTANDING — Create a named, persistent list (a shortlist / stack you own) of providers or APIs. Requires an apis.io API key. Priced B1 (single-entity synthesis) — $0.01 per call under pay-as-you-go; included in Understanding and Influence. See apis://prices.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
contextNoOptional: why you are asking. One sentence — the task you are trying to complete, or what you expect to get back. Never included in the answer and never used to rank; it is read only when a result turns out to be wrong, which is when knowing the intent is what makes the report actionable.
membersNoProvider slugs and/or aids to seed the list.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / context
      Added value: +{
      +  "description": "Optional: why you are asking. One sentence — the task you are trying to complete, or what you expect to get back. Never included in the answer and never used to rank; it is read only when a result turns out to be wrong, which is when knowing the intent is what makes the report actionable.",
      +  "type": "string"
      +}
  2. Added

TDQS

A3.8/5.0
Behavior4/5

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

Annotations only indicate readOnlyHint=false and destructiveHint=false, so the description carries the burden of explaining side effects. It goes beyond the annotations by stating that the list is 'persistent', that the caller owns it, that an API key is required, and that this is a priced 'single-entity synthesis' call. This gives agents meaningful behavioral context without contradicting the annotations.

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

Conciseness4/5

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

The description is concise and front-loaded with the essential action and object. The pricing and API-key details are useful but are appended without bloat. The 'UNDERSTANDING —' prefix is a minor structural oddity but does not detract from readability.

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?

For a simple 3-parameter tool with no nested objects and no output schema, the description is reasonably complete. However, it does not mention what the caller receives after creation (e.g., list ID or confirmation), which is relevant since no output schema provides that information. The mention of persistence and ownership helps, but the post-conditions are left implicit.

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 67%, with 'context' and 'members' well-documented in the schema itself. The description adds little beyond the schema for parameters; 'providers or APIs' loosely maps to the members field, but there is no additional detail about how name is used or how members should be formatted. This is adequate but not compensatory.

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 specifies the verb ('Create'), the resource ('a named, persistent list'), and the domain ('providers or APIs'). It also adds useful qualifiers—'shortlist / stack you own'—that distinguish this from broader search/read tools like find_apis or get_list. The purpose is immediately recognizable from the first sentence.

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 communicates preconditions (requires an apis.io API key) and pricing context, but does not explicitly state when to use this tool versus alternatives like add_to_list or delete_list. Usage is implied by the name and the act of creating a new list, but there is no explicit when-not-to-use guidance or direct comparison to siblings.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources