Get operator
get_operatorRetrieve an Arknights operator's key facts including summary, phases, skills, talents, modules, and image references by specifying server and game ID.
Instructions
Fetch one Arknights operator's facts by region + game_id. The default response is compact identity + a summary (rarity, profession, subclass, position, tags, and how many phases/skills/talents/modules exist) + provenance; set include_phases / include_skills / include_talents / include_modules to add each (bounded) heavy section. When the image-reference source is enabled, an additional image_refs list of derived portrait/avatar/skin art URLs is included. Each ref carries a variant label naming the art: e0 (base elite-0), e2 (elite-2), base (avatar), or skin. en/cn are never mixed. Skill, talent, and module effects include the in-game effect description template (when present in the source) alongside raw blackboard key-value data; read the template to interpret the values, and do not infer mechanics from a key name alone. A skill's template is emitted once as the skill's description when it is the same at every level; it appears on a level only when the wording differs between levels. For a module's trait_changes and talent_changes: repeated identical entries for one change are collapsed into a single row. A bundle that is the same at every level is listed once on the module (as trait_changes or talent_changes) and omitted from each level. A talent change tagged applies_to "token" affects the operator's summon or token rather than the operator. To compare one operator's modules across their upgrade levels side by side, or for evidence-backed module observations, use compare_operator_modules instead. A glossary of common blackboard keys is provided in this server's instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | Yes | ||
| game_id | Yes | ||
| include_phases | No | ||
| include_skills | No | ||
| include_modules | No | ||
| include_summary | No | ||
| include_talents | No | ||
| include_provenance | No |