search_cards
Find One Piece TCG cards by name, color, type, cost, power, rarity, or set. Filter results to get card details and effects for deck building.
Instructions
Search One Piece TCG cards by name, color, type, cost, power, rarity, attribute, character type, or set. Returns card details with effects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search card name, number, effect text, or character type | |
| color | No | Card color: Red, Blue, Green, Purple, Yellow, Black | |
| card_type | No | Card type: LEADER, CHARACTER, EVENT, STAGE | |
| cost | No | Exact cost value | |
| cost_min | No | Minimum cost | |
| cost_max | No | Maximum cost | |
| power_min | No | Minimum power | |
| power_max | No | Maximum power | |
| rarity | No | Rarity: C, UC, R, SR, SEC, L, SP CARD, P, TR | |
| attribute | No | Attribute: Slash, Strike, Ranged, Special, Wisdom | |
| type | No | Character type (e.g., "Straw Hat Crew", "Navy", "Supernovas") | |
| set | No | Set name or code (e.g., "OP-01", "ROMANCE DAWN") | |
| has_counter | No | Filter cards with/without counter value | |
| limit | No | Max results (default 10) | |
| offset | No | Offset for pagination |