Skip to main content
Glama

List open registrations

artistally_list_open_registrations
Read-onlyIdempotent

Artist-alley and vendor/dealer registration windows that are open right now or opening soon, sorted by urgency (soonest close date first). The go-to tool for questions like "which cons can I still apply to?" or "what artist alleys open this month?".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoWhich registration kind to include. Default: both.
limitNoMax entries per section, default 30.
stateNoTwo-letter US state or Canadian province code, e.g. "GA", "TX", "ON".
regionNoCoverage region, e.g. "Southeast", "Midwest", "West Coast", "Canada". Valid values come from artistally_get_coverage.
communityNoFilter by community: furry, anime, gaming, or multi (multi-genre).
within_daysNoLook-ahead window in days for "opening soon". Default 30.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnly and idempotent. Description adds value: sorted by urgency, includes only open or soon-to-open windows. No contradiction.

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?

Two sentences, front-loaded with core function and sorting, immediately followed by illustrative examples. No redundant information.

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?

With 6 optional params, no output schema, and good annotations, the description provides sufficient context about what is returned (list sorted by close date). Could mention pagination or sections but not critical.

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 coverage is 100% with descriptions for all 6 parameters. Description adds minimal extra meaning beyond schema, hence baseline score.

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?

Clearly identifies the tool's purpose: listing open registration windows for artist-alley and vendor/dealer, sorted by urgency. Distinguishes from siblings by focusing on open/upcoming registrations vs. convention details or coverage.

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?

Explicitly says 'The go-to tool for questions like...' providing clear use cases. Does not mention when not to use or contrast with siblings, but context is sufficient.

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.