Skip to main content
Glama
nick-graves

hudl-mcp-server

by nick-graves

clear_cache

Clear cached Hudl data to force a fresh fetch. Choose to wipe all data, a specific season, or a single game. Use 'list' to view cache contents without clearing.

Instructions

Invalidate cached Hudl data so the next request re-fetches from Hudl. Use scope="all" to wipe everything. Use scope="season" with a season label (e.g. "2024-2025") to clear all entries for that season. Use scope="game" with a game identifier (opponent name or date) to clear a single game. Omitting scope defaults to "all". After clearing, the next tool call will re-scrape Hudl and rebuild the cache.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
listNoSet true to list current cache contents without clearing anything.
scopeNo"all" (default) = clear everything; "season" = clear one season; "game" = clear one game.
identifierNoRequired when scope is "season" or "game". For season: a label like "2024-2025". For game: an opponent name (e.g. "Oregon City") or date (e.g. "Mar 17").
Behavior3/5

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

No annotations provided, so description carries burden. It explains that after clearing, the next call re-fetches and rebuilds cache. But it lacks details on synchronicity, timing, or side effects like impact on other users.

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?

The description is a short, well-structured paragraph without wasted words. It conveys purpose and parameter usage efficiently.

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 3 parameters, all described in schema, and no output schema, the description covers main functionality and parameter usage. Could mention error handling or prerequisites, but it's fairly complete for a simple cache-clearing tool.

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?

Schema coverage is 100%, baseline 3. Description adds semantic value by explaining scope values with examples and clarifying default behavior, going 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 states the tool invalidates cached Hudl data, specifying the verb (invalidate/clear) and resource (cache). It distinguishes from sibling tools that are all read-only data retrieval operations.

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 provides explicit guidance on using different scope values, defaults, and the 'list' parameter. However, it does not include when-not-to-use or direct comparison with alternatives, though sibling tools are clearly read-only.

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/nick-graves/hudl-mcp-server'

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