Skip to main content
Glama
arturogarrido

mcp-claudinho

Shareable match snippet

get_share_snippet
Read-only

Generate a copy-pasteable match card for a specific match, team fixture, date, or live matches. Includes structured data, optional market lines, and a non-affiliation disclaimer.

Instructions

A polished, copy-pasteable match card (plain text) for a match (matchId), a team's next fixture (team), a date (default: today), or live matches (live: true). Returns the ready-to-paste snippet plus structured data — hand the snippet text to the user verbatim. No links; it carries a non-affiliation disclaimer, and any market line stays informational only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
matchIdNoMatch id (most specific)
teamNo3-letter team code for that team's next fixture, e.g. MEX
dateNoDate as YYYY-MM-DD (default: today)
liveNoSnapshot of matches in play right now
styleNosocial (default, full card) or compact (one line per match)
includeHashtagNoInclude the #VibingLaVidaLoca tag (default true)
includeInstallLineNoInclude the "Try it: …" run cue (default true)
includeMarketsNoInclude the reliable market line when available (default true)
tzNoIANA timezone for kickoff times, e.g. America/Mexico_City
langNoLocale for formatting: en, es, pt, fr (other locales fall back to en)
flavorNoCommentary flair: off, subtle, full (default: full)
Behavior4/5

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

Annotations declare readOnlyHint and openWorldHint. The description adds that the snippet has 'no links', a 'non-affiliation disclaimer', and market lines are 'informational only', which are behavioral traits beyond the annotations.

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 well-structured sentence that front-loads the purpose and then lists input options and behavioral notes. It is concise and readable, though slightly long.

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?

Given 11 parameters and no output schema, the description covers the key output behavior (snippet + structured data) and usage instructions, providing sufficient context for correct invocation.

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?

Schema description coverage is 100%, so baseline is 3. The description adds minimal parameter-specific meaning beyond the schema, but it does emphasize the verbatim-handoff instruction for the output.

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 specifies the tool produces a 'polished, copy-pasteable match card (plain text)' for various input methods (matchId, team, date, live), clearly distinguishing it from sibling tools that return raw data or single-match details.

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 states when to use the tool (for a match, team's next fixture, date, or live matches) and instructs to hand the snippet verbatim to the user. It does not explicitly exclude alternatives, but the context is clear.

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/arturogarrido/claudinho'

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