Skip to main content
Glama
bluebot-609
by bluebot-609

get_detailed_competitive_analysis

Correlate match performance with MMR changes to get a comprehensive competitive analysis. Understand how specific matches impact your rank with detailed match-by-match insights.

Instructions

Get comprehensive competitive analysis by combining MMR history + match details.

This is the most powerful tool for competitive insights. Combines two different API endpoints to correlate performance with MMR changes.

Args: name: Player's in-game name tag: Player's tag region: Region code (ap, na, eu, kr, br, latam) match_count: Number of matches to analyze (default: 10, max: 20)

Returns: Detailed competitive matches with performance + MMR correlation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagYes
nameYes
regionNona
match_countNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries full burden. It discloses that it combines two API endpoints and imposes a max match_count, adding some behavioral context. However, it does not mention prerequisites like needing an API key, rate limits, or explicitly state it is read-only, which are important details for an agent.

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 reasonably concise, with a clear intro, Args, and Returns structure. The claim 'most powerful tool' is somewhat promotional but not excessive. Each section earns its place, though the promotional line could be removed without loss.

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

Completeness3/5

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

Given the tool's complexity (combining two endpoints) and the presence of an output schema, the description covers the return value but omits key operational context: it doesn't mention authentication requirements (set_api_key sibling exists), potential latency or rate limits, or how 'performance' is defined. This leaves gaps for a complex 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 description coverage is 0%, but the description provides per-parameter explanations: name, tag, region (with valid codes), and match_count (with default and max). This compensates well for the schema's lack of descriptions, though it leaves minor details like tag format unspecified.

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 states a specific action: 'Get comprehensive competitive analysis by combining MMR history + match details.' It clearly identifies the resource (competitive analysis) and the method (combining two endpoints), distinguishing it from siblings like get_mmr_history_by_name and get_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 gives clear context by noting it correlates performance with MMR changes and calls itself 'the most powerful tool for competitive insights.' However, it does not explicitly mention when not to use it or alternatives, falling short of full guidance.

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/bluebot-609/valorant-mcp-server'

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