Skip to main content
Glama

tcg_collection_value

Read-onlyIdempotent

Summarize your collection's cost basis by returning counts of owned, graded, raw, and sold cards along with total cost.

Instructions

Cost-basis summary across the collection.

Returns counts (owned / graded / raw / sold) and total cost basis. For live market valuation that joins against pricing snapshots, see tcg_collection_value_with_market.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds behavioral context by specifying the exact return values (counts, cost basis) and confirms it is a read-only summary. No contradictions.

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, no redundant words. Front-loaded with key purpose, then lists returned data, then points to alternative. Every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple, has output schema, and description covers purpose, return values, and sibling distinction. No missing information for an agent to use correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has one required parameter which is an empty object (no properties). Description does not mention parameters, but there are none to describe. No parameter information is needed beyond the schema.

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 explicitly states the tool provides a cost-basis summary with specific returned data (counts, total cost basis). It clearly distinguishes from the sibling `tcg_collection_value_with_market` by noting that the sibling does live market valuation with pricing snapshots.

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?

The description advises when to use the alternative tool for live market valuation, providing clear context for choosing between tools. It lacks explicit 'when not to use' for this tool, but the alternative mention is sufficient for guidance.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/seanlok/tcg-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server