Skip to main content
Glama

BoxTier Basketball Receipt

Server Details

Create a BoxTier-style PNG receipt from user-provided basketball game results.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
boyakh-jpg/platunumball
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

1 tool
create_basketball_receiptBoxTier 농구 영수증 PNG 만들기AInspect

박스티어(BoxTier) 스타일의 농구 경기 영수증 PNG를 만든다. 사용자가 ‘박스티어로 영수증 만들어줘’, 농구 감열지 영수증, basketball game receipt, score receipt를 요청했고 팀명·최종 점수·경기 날짜·장소·경기 형식을 모두 실제 값으로 제공했을 때만 사용한다. 첨부 엠블럼을 사용할 때는 원본 비율과 글자를 보존한 투명 정사각형 WebP로 전처리해 선택 입력으로 전달한다. 누락값을 추측하지 말고 먼저 사용자에게 물어본다. 농구 외 경기, 허위 경기 기록, 상거래 영수증에는 사용하지 않는다.

ParametersJSON Schema
NameRequiredDescriptionDefault
styleNo영수증 스타일. 감열지 영수증은 thermal, 스코어 포스터는 score.thermal
venueYes경기 장소.
formatYes경기 형식.
localeNo영수증 언어.ko
presetNoPNG 비율. story는 1080x1920, feed는 1080x1350.story
commentNo짧은 영수증 문구.
awayTeamYes원정팀 이름.
homeTeamYes홈팀 이름.
playedOnYes경기 날짜, YYYY-MM-DD.
awayScoreYes원정팀 최종 점수.
homeScoreYes홈팀 최종 점수.
awayEmblemNo선택 원정 엠블럼. 원본 비율과 글자를 보존해 전처리한 WebP를 중앙 정렬하며, thermal은 최종 4단계 회색조로 변환한다.
homeEmblemNo선택 홈 엠블럼. 원본 비율과 글자를 보존해 전처리한 WebP를 중앙 정렬하며, thermal은 최종 4단계 회색조로 변환한다.
playedTimeNo경기 시각, HH:mm.20:30
debugBase64No개발 확인용. true이면 생성된 PNG의 base64 문자열을 structuredContent에도 포함한다.
matchNatureNo경기 성격.competitive
periodScoresNo쿼터·하프·연장별 점수. 합계는 최종 점수와 같아야 함.
tournamentNameNo대회명.
Behavior4/5

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

Annotations are all false, so the description must carry behavioral details. It does: it specifies that emblems must be preprocessed into transparent square WebP preserving aspect ratio and text, and it instructs not to guess missing values (asking the user first). These are behavioral constraints not present in the schema. However, it does not mention output behavior (e.g., where the PNG is saved or returned) or any side effects, which are minor given the annotations are all false and the tool is essentially a generation function.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single paragraph that front-loads the purpose and then provides usage constraints in a logical order. It is concise but includes multiple important conditions (when to use, preprocessing requirement, don't guess, excluded cases). Slightly long but well-structured. No fluff.

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 covers the tool's scope, required inputs, handling of missing values, and exclusion cases. Combined with the rich schema (100% coverage), an agent has enough context to decide when to call this tool and what inputs it needs. It does not explain the output format beyond PNG, but that is implied by the name and the schema covers input details. Overall, context is sufficient.

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 schema already provides 100% description coverage for all 18 parameters, including enum values, defaults, and constraints. The tool description adds little beyond what the schema states, except reiterating that emblem preprocessing should preserve aspect ratio and text (which is already in the schema's emblem description). It does not introduce new meaning for parameters, so it scores a 3 – neutral, not adding significant value beyond 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 clearly specifies the tool's function: creating a BoxTier-style basketball game receipt PNG. It uses a specific verb ('creates'), specifies the exact style (BoxTier), and identifies the artifact (PNG receipt). It also enumerates the required inputs (team names, scores, date, venue, format), leaving no ambiguity about what the tool does.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit conditions for use: only when the user requests a BoxTier receipt with all actual values provided, and explicitly forbids guessing missing values, instructing to ask the user first. It also lists situations where the tool should NOT be used (non-basketball games, false records, commercial receipts). This fully satisfies the usage guidelines dimension.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.