Skip to main content
Glama
gregario

onepiece-oracle

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_cardsC

Search One Piece TCG cards by name, color, type, cost, power, rarity, attribute, character type, or set. Returns card details with effects.

browse_setsB

Browse One Piece TCG sets. List all sets with card counts, or view cards in a specific set.

card_versionsB

Show all printings/versions of a One Piece TCG card, including alternate art variants. Search by card name or card number.

browse_leadersB

Browse all One Piece TCG Leader cards. Filter by color to find leaders for a specific deck color.

analyze_cost_curveB

Analyze the cost curve of a One Piece TCG deck list. Shows cost distribution, color breakdown, and card type spread.

find_countersB

Find One Piece TCG cards with counter values. Useful for building defensive deck strategies. Filter by color and cost.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: analyze_cost_curve focuses on deck analysis, browse_leaders and browse_sets handle specific card categories, card_versions shows printings, find_counters targets defensive strategies, and search_cards provides general card search. The descriptions clearly differentiate their unique functions.

Naming Consistency4/5

The naming follows a consistent verb_noun pattern (e.g., analyze_cost_curve, browse_leaders, search_cards) with minor deviations: 'card_versions' uses a noun_noun structure instead of a verb, and 'find_counters' uses 'find' while others use 'analyze', 'browse', or 'search'. Overall, it's mostly predictable and readable.

Tool Count5/5

With 6 tools, this server is well-scoped for its purpose of One Piece TCG analysis. Each tool serves a specific role in deck building, card browsing, and strategy, making the count appropriate without being too sparse or overwhelming for the domain.

Completeness4/5

The toolset covers key aspects of the One Piece TCG domain, including deck analysis, card browsing, version tracking, counter strategies, and detailed search. A minor gap exists in direct deck management tools (e.g., create or save decks), but agents can work around this using the provided tools for analysis and card selection.

Maintenance

ActivityInactive
ResponsivenessNo issues