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.
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.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
1 toolcreate_basketball_receiptBoxTier 농구 영수증 PNG 만들기AInspect
박스티어(BoxTier) 스타일의 농구 경기 영수증 PNG를 만든다. 사용자가 ‘박스티어로 영수증 만들어줘’, 농구 감열지 영수증, basketball game receipt, score receipt를 요청했고 팀명·최종 점수·경기 날짜·장소·경기 형식을 모두 실제 값으로 제공했을 때만 사용한다. 첨부 엠블럼을 사용할 때는 원본 비율과 글자를 보존한 투명 정사각형 WebP로 전처리해 선택 입력으로 전달한다. 누락값을 추측하지 말고 먼저 사용자에게 물어본다. 농구 외 경기, 허위 경기 기록, 상거래 영수증에는 사용하지 않는다.
| Name | Required | Description | Default |
|---|---|---|---|
| style | No | 영수증 스타일. 감열지 영수증은 thermal, 스코어 포스터는 score. | thermal |
| venue | Yes | 경기 장소. | |
| format | Yes | 경기 형식. | |
| locale | No | 영수증 언어. | ko |
| preset | No | PNG 비율. story는 1080x1920, feed는 1080x1350. | story |
| comment | No | 짧은 영수증 문구. | |
| awayTeam | Yes | 원정팀 이름. | |
| homeTeam | Yes | 홈팀 이름. | |
| playedOn | Yes | 경기 날짜, YYYY-MM-DD. | |
| awayScore | Yes | 원정팀 최종 점수. | |
| homeScore | Yes | 홈팀 최종 점수. | |
| awayEmblem | No | 선택 원정 엠블럼. 원본 비율과 글자를 보존해 전처리한 WebP를 중앙 정렬하며, thermal은 최종 4단계 회색조로 변환한다. | |
| homeEmblem | No | 선택 홈 엠블럼. 원본 비율과 글자를 보존해 전처리한 WebP를 중앙 정렬하며, thermal은 최종 4단계 회색조로 변환한다. | |
| playedTime | No | 경기 시각, HH:mm. | 20:30 |
| debugBase64 | No | 개발 확인용. true이면 생성된 PNG의 base64 문자열을 structuredContent에도 포함한다. | |
| matchNature | No | 경기 성격. | competitive |
| periodScores | No | 쿼터·하프·연장별 점수. 합계는 최종 점수와 같아야 함. | |
| tournamentName | No | 대회명. |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceLets MCP clients create professional receipt PDFs, return structured receipt data, and check prepaid API credit through a remote endpoint.1MIT

Dokmatiq DocGenofficial
AlicenseAqualityCmaintenancePDF/DOCX/Excel generation from HTML/Markdown with stationery overlay, ZUGFeRD/XRechnung e-invoicing, digital signing, form filling, and AI receipt OCR with DATEV/SKR03 export.40MIT- FlicenseNot gradedqualityBmaintenancePaid remote MCP for generating, revising, rendering, and exporting PowerPoint decks with structured receipts and audit logs.
- AlicenseAqualityBmaintenanceGenerates mock 2D PNG assets for game prototypes, supporting gradients, patterns, text, spritesheets, and embedded metadata.23734MIT