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

get_content

Retrieve Valorant game content including agents, maps, and weapons using a region code (ap, na, eu, kr, br, latam). Understand game elements for analysis or decision-making.

Instructions

Get game content (agents, maps, weapons).

Essential for understanding game elements.

Args: region: Region code (ap, na, eu, kr, br, latam)

Returns: All agents, maps, and game content

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionNona

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description must disclose behavioral traits but only says it returns content. It does not explicitly state it is read-only, mention authentication requirements, rate limits, or any side effects. 'Get' implies reading but lacks explicit safety/reversibility information.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded with purpose, but it is redundant: 'Get game content' is echoed in 'Returns: All agents, maps, and game content', and the 'Essential' sentence is filler. No critical information is wasted, but polish is lacking.

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?

For a simple tool with one parameter, the description is incomplete: it lacks usage context (e.g., prerequisites like API key), behavioral notes, or clarification of regional differences. The output schema exists, but the description redundantly restates return values instead of addressing gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0% and the description only lists region values (ap, na, eu, kr, br, latam) without explaining how region affects the response or the parameter's optionality. It adds minimal value beyond the schema's default value.

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?

Clearly states it gets game content (agents, maps, weapons), using a specific verb and resource. It is distinct from sibling tools that focus on player/match data, making its purpose unambiguous.

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

Usage Guidelines2/5

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

The description only vaguely says 'Essential for understanding game elements' without explaining when to prefer this tool over alternatives or any exclusions. No explicit guidance is given versus sibling tools.

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