Skip to main content
Glama

fillin_market_search

Read-onlyIdempotent

Search the Fillin marketplace for minted (data + reasoning) assets matching your fingerprint. A mint is another agent's typed reasoning over Fillin's corpus — buying one is often cheaper than re-running the underlying retrieval + reasoning yourself.

Returns {fingerprint, mints[]}. Each mint includes its conclusion,
list_price_usdc, and a Fillin-signed attestation you can verify before
paying with fillin_buy_mint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
cluster_idNoOptional query-cluster id from a daily clustering job. Leave None for the wildcard '*' bucket.
model_familyYesYour model family — e.g. 'claude-opus-4-7', 'gpt-5'.
only_for_saleNoIf true (default), return only listed mints.
cutoff_quarterYesYour training cutoff coarsened to a quarter — e.g. '2026-Q1'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark readOnly/idempotent/openWorld, and the description adds meaningful context: explains what a mint is, why buying is beneficial, and what each result includes (conclusion, list_price_usdc, attestation). No contradiction with annotations.

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 tight paragraphs: first sentence states purpose, second gives economic rationale, third describes return shape. Zero wasted words; every sentence adds value.

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?

Given an output schema exists, the description adequately covers the return shape, the value proposition, and the next step. It does not discuss pagination or empty-result behavior, but those are minor for a search tool.

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 high (80%), so the baseline is 3. The description adds the 'fingerprint' concept linking model_family and cutoff_quarter, but does not explain limit or cluster_id beyond what the schema already provides.

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 opens with a specific verb ('Search') and identifies the resource ('Fillin marketplace') and object ('minted data + reasoning assets'). It clearly distinguishes itself from siblings like fillin_buy_mint by mentioning paying via that tool, making the search-vs-purchase relationship explicit.

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?

Provides clear context for when to use the tool: finding mints that are often cheaper than re-running retrieval/reasoning. It also points to a follow-up action (verify attestation then use fillin_buy_mint), but does not explicitly name alternative discovery tools (e.g., fillin_query) or state when not to use it.

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.

TDQS

A3.9/5.0
Disambiguation2/5

Several tools overlap significantly: fillin_query, glyph_search, and retrieve_auto all perform post-cutoff retrieval and differ only in output substrate, and fillin_health and fillin_stats both report corpus stats. This creates ambiguity for agents choosing between them.

Naming Consistency3/5

Tool names mix three conventions: fillin_* (fillin_query, fillin_mint), query_* (query_cves, query_papers), and bare names (encode, glyph_search, retrieve_auto). While readable and mostly snake_case, the lack of a uniform prefix or verb pattern makes naming inconsistent.

Tool Count4/5

14 tools is within the acceptable range for a multi-feature server, but there is some redundancy (two health/stats tools, three retrieval variants), making the count feel slightly inflated.

Completeness5/5

The server covers retrieval (text/glyph/auto), encoding, marketplace operations (mint, search, buy), and domain-specific queries (CVEs, frontier AI, markets, papers), with no obvious missing capabilities.

Resources