Skip to main content
Glama
ordi402

@ordinal402/ordinal-mcp

by ordi402

List marketplace services

list_services

Find and filter Ordinal services by search query, category, or max price per call. View pricing, reliability metrics, and descriptions to compare providers.

Instructions

Browse published Ordinal services. Optionally filter by free-text query, category, or a maximum price per call. Returns id, slug, name, description, price, and reliability metrics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum results (default 20, max 100).
queryNoFree-text search across name, description, category, slug, and tags.
categoryNoExact category filter, e.g. Security, Portfolio, Market Data.
maxPriceNoOnly return services priced at or below this many USDG per call.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It communicates a read-only browsing action and lists return fields, but it does not mention potential pagination, response limits, ordering, or error conditions. Still, no destructive or surprising behavior is hinted at.

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, front-loads the primary action, and packs optional filters plus return fields compactly. It avoids verbose or redundant language while staying informative.

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?

The description names the return contents, clarifies scope ('published'), and lists the available filters, which is sufficient for basic invocation. It does not mention pagination or ordering, but the tool's simple read-only nature makes this a minor gap.

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 covers all four parameters, and the description adds minimal semantic value beyond restating the filters. It does clarify that query, category, and price are optional, which is useful, but it does not deeply enhance parameter understanding.

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 verb ('Browse') and the resource ('published Ordinal services'). It also distinguishes itself from related tools by emphasizing listing/browsing with optional filters, while sibling tools like call/try service would handle execution.

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 implies usage for discovering or filtering published services, but it does not explicitly state when to prefer this tool over siblings such as a service details tool or a test/call tool. It provides clear context ('published services') but no direct alternative guidance.

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