Skip to main content
Glama
yangjack8192

vex-mcp-server

by yangjack8192

search-teams

Find VEX robotics teams by team number, event, country, program, or grade level. Use these criteria to locate and filter teams for scouting, analysis, or event preparation.

Instructions

Search for VEX teams by various criteria like team number, event participation, country, program, or grade level

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventNoEvent IDs to search for teams that participated
gradeNoGrade levels to filter by
numberNoTeam numbers to search for (e.g., ['229V', '254A'])
countryNoCountries to filter teams by (e.g., ['United States', 'China'])
programNoProgram IDs to filter by: VRC (1), VEXU (4), WORKSHOP (37), VIQRC (41), NRL (43), ADC (44), TVRC (46), TVIQRC (47), VRAD (51), BellAVR (55), FAC (56), VAIC (57)
team_nameNoTeam name to search for (filtered client-side)
registeredNoFilter by registration status
organizationNoOrganization or school name to search for (filtered client-side)
Behavior2/5

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

No annotations are present, so the description carries full burden. It only states the search capability and omits behavioral details like result ordering, pagination, registration status filtering, or client-side filtering for team_name and organization.

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?

A single, front-loaded sentence efficiently communicates the tool's purpose with an illustrative list of criteria, with no wasted words.

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?

With 8 optional parameters, no output schema, and no annotations, the description is too sparse. It doesn't explain default behavior with no filters, how criteria combine, or the response format, making it inadequate for complex selection decisions.

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 3 applies. The description reiterates some criteria but adds no additional meaning beyond a summary of the searchable fields.

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 uses the specific verb 'Search' with the resource 'VEX teams' and lists key criteria (team number, event, country, program, grade), making it clear what the tool does and distinguishing it from sibling search-events.

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?

It implies use for finding teams by criteria but provides no explicit guidance on when to use it versus get-team-info for a specific team or search-events. No alternatives or exclusions are mentioned.

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