EVE Online · Capability

EVE Online ESI — Search

ESI — Search. 1 operation. Lead operation: EVE Online Search on a String. Self-contained Naftiko capability covering one EVE Online business surface.

Run with Naftiko EVE OnlineESISearch

What You Can Do

GET
Get_characters_character_id_search — EVE Online Search on a String
/v1/characters/{character-id}/search

MCP Tools

search-string

EVE Online Search on a String

read-only idempotent

Capability Spec

eve-online-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: EVE Online ESI — Search
  description: 'ESI — Search. 1 operation. Lead operation: EVE Online Search on a String. Self-contained Naftiko capability covering one EVE Online business surface.'
  tags:
    - EVE Online
    - ESI
    - Search
  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-search
      baseUri: https://esi.evetech.net/latest
      description: EVE Online ESI — Search business capability. Self-contained, no shared references.
      authentication:
        type: bearer
        token: '{{env.EVE_ONLINE_ACCESS_TOKEN}}'
      resources:
        - name: characters-character-id-search
          path: /characters/{character_id}/search/
          operations:
            - name: get_characters_character_id_search
              method: GET
              description: EVE Online Search on a String
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters:
                - name: categories
                  in: query
                  type: array
                  required: true
                  description: Type of entities to search for
                - name: search
                  in: query
                  type: string
                  required: true
                  description: The string to search on
                - name: strict
                  in: query
                  type: boolean
                  required: false
                  description: Whether the search should be a strict match
  exposes:
    - type: rest
      namespace: eve-online-search-rest
      port: 8080
      description: REST adapter for EVE Online ESI — Search. One Spectral-compliant resource per consumed operation, prefixed with /v1.
      resources:
        - path: /v1/characters/{character-id}/search
          name: characters-character-id-search
          description: REST surface for /characters/{character_id}/search/.
          operations:
            - method: GET
              name: get_characters_character_id_search
              description: EVE Online Search on a String
              call: eve-online-search.get_characters_character_id_search
              with:
                categories: rest.categories
                search: rest.search
                strict: rest.strict
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: eve-online-search-mcp
      port: 9090
      transport: http
      description: MCP adapter for EVE Online ESI — Search. One tool per consumed operation, routed inline through this capability's consumes block.
      tools:
        - name: search-string
          description: EVE Online Search on a String
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: eve-online-search.get_characters_character_id_search
          with:
            categories: tools.categories
            search: tools.search
            strict: tools.strict
          outputParameters:
            - type: object
              mapping: $.