EVE Online · Capability

EVE Online ESI — Skills

ESI — Skills. 3 operations. Lead operation: EVE Online Get Character Attributes. Self-contained Naftiko capability covering one EVE Online business surface.

Run with Naftiko EVE OnlineESISkills

What You Can Do

GET
Get_characters_character_id_attributes — EVE Online Get Character Attributes
/v1/characters/{character-id}/attributes
GET
Get_characters_character_id_skillqueue — EVE Online Get Character's Skill Queue
/v1/characters/{character-id}/skillqueue
GET
Get_characters_character_id_skills — EVE Online Get Character Skills
/v1/characters/{character-id}/skills

MCP Tools

get-character-attributes

EVE Online Get Character Attributes

read-only idempotent
get-character-s-skill-queue

EVE Online Get Character's Skill Queue

read-only idempotent
get-character-skills

EVE Online Get Character Skills

read-only idempotent

Capability Spec

eve-online-skills.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: EVE Online ESI — Skills
  description: 'ESI — Skills. 3 operations. Lead operation: EVE Online Get Character Attributes. Self-contained Naftiko capability covering one EVE Online business surface.'
  tags:
    - EVE Online
    - ESI
    - Skills
  created: '2026-05-30'
  modified: '2026-05-30'
binds:
  - namespace: env
    keys:
      EVE_ONLINE_ACCESS_TOKEN: EVE_ONLINE_ACCESS_TOKEN
capability:
  consumes:
    - type: http
      namespace: eve-online-skills
      baseUri: https://esi.evetech.net/latest
      description: EVE Online ESI — Skills business capability. Self-contained, no shared references.
      authentication:
        type: bearer
        token: '{{env.EVE_ONLINE_ACCESS_TOKEN}}'
      resources:
        - name: characters-character-id-attributes
          path: /characters/{character_id}/attributes/
          operations:
            - name: get_characters_character_id_attributes
              method: GET
              description: EVE Online Get Character Attributes
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
        - name: characters-character-id-skillqueue
          path: /characters/{character_id}/skillqueue/
          operations:
            - name: get_characters_character_id_skillqueue
              method: GET
              description: EVE Online Get Character's Skill Queue
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
        - name: characters-character-id-skills
          path: /characters/{character_id}/skills/
          operations:
            - name: get_characters_character_id_skills
              method: GET
              description: EVE Online Get Character Skills
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
  exposes:
    - type: rest
      namespace: eve-online-skills-rest
      port: 8080
      description: REST adapter for EVE Online ESI — Skills. One Spectral-compliant resource per consumed operation, prefixed with /v1.
      resources:
        - path: /v1/characters/{character-id}/attributes
          name: characters-character-id-attributes
          description: REST surface for /characters/{character_id}/attributes/.
          operations:
            - method: GET
              name: get_characters_character_id_attributes
              description: EVE Online Get Character Attributes
              call: eve-online-skills.get_characters_character_id_attributes
              with: {}
              outputParameters:
                - type: object
                  mapping: $.
        - path: /v1/characters/{character-id}/skillqueue
          name: characters-character-id-skillqueue
          description: REST surface for /characters/{character_id}/skillqueue/.
          operations:
            - method: GET
              name: get_characters_character_id_skillqueue
              description: EVE Online Get Character's Skill Queue
              call: eve-online-skills.get_characters_character_id_skillqueue
              with: {}
              outputParameters:
                - type: object
                  mapping: $.
        - path: /v1/characters/{character-id}/skills
          name: characters-character-id-skills
          description: REST surface for /characters/{character_id}/skills/.
          operations:
            - method: GET
              name: get_characters_character_id_skills
              description: EVE Online Get Character Skills
              call: eve-online-skills.get_characters_character_id_skills
              with: {}
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: eve-online-skills-mcp
      port: 9090
      transport: http
      description: MCP adapter for EVE Online ESI — Skills. One tool per consumed operation, routed inline through this capability's consumes block.
      tools:
        - name: get-character-attributes
          description: EVE Online Get Character Attributes
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: eve-online-skills.get_characters_character_id_attributes
          with: {}
          outputParameters:
            - type: object
              mapping: $.
        - name: get-character-s-skill-queue
          description: EVE Online Get Character's Skill Queue
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: eve-online-skills.get_characters_character_id_skillqueue
          with: {}
          outputParameters:
            - type: object
              mapping: $.
        - name: get-character-skills
          description: EVE Online Get Character Skills
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: eve-online-skills.get_characters_character_id_skills
          with: {}
          outputParameters:
            - type: object
              mapping: $.