valorant-agents-composition-with-map
Get optimized Valorant agent compositions for specific maps using map ID. Enhance strategy by leveraging data from OP.GG for better in-game performance.
Instructions
Retrieve agent composition data for a Valorant map.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
mapId | Yes | Map ID in Valorant |
Input Schema (JSON Schema)
{
"properties": {
"mapId": {
"description": "Map ID in Valorant",
"type": "string"
}
},
"required": [
"mapId"
],
"type": "object"
}