Skip to main content
Glama
yangjack8192

vex-mcp-server

by yangjack8192

get-team-awards

Retrieve a VEX team's complete award history, including award titles, events, and seasons. Filter by event or season to refine results.

Instructions

Get all awards won by a specific VEX team throughout their competitive history. Shows award titles, events, and seasons.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventNoFilter by event IDs (optional)
seasonNoFilter by season IDs (optional)
team_idNoRobotEvents team ID
team_numberNoTeam number (e.g., '229V')
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only mentions output contents (award titles, events, seasons) but omits any caveats, prerequisites, or behaviors like how team selection works or how missing teams are handled.

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 concise sentences with no wasted words, front-loaded with the primary action and followed by relevant output details.

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

Completeness2/5

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

The tool has four parameters with no required fields, but the description doesn't clarify that a team must be identified via team_id or team_number, nor does it mention the optional event/season filters. No output schema exists, so the description only partially covers return values.

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 coverage is 100%, so parameters are fully described in the schema. The description adds no additional meaning beyond what the schema already provides, though it hints at response content.

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?

Description clearly states the tool retrieves all awards for a specific VEX team, with a scope of competitive history. It distinguishes from sibling tools like get-event-awards by focusing on team instead of event.

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

Usage Guidelines3/5

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

No explicit guidance on when to use this tool vs alternatives. The phrase 'throughout their competitive history' implies a general use case, but no exclusions or alternative tool references are provided.

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/yangjack8192/vex-mcp-server'

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