RunSignup · Capability

RunSignup API — Corrals

RunSignup API — Corrals. 1 operations. Lead operation: Get Race Corrals. Self-contained Naftiko capability covering one Runsignup business surface.

Run with Naftiko RunsignupCorrals

What You Can Do

GET
Getracecorrals — Get Race Corrals
/v1/race/{race-id}/corrals

MCP Tools

get-race-corrals

Get Race Corrals

read-only idempotent

Capability Spec

runsignup-corrals.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: RunSignup API — Corrals
  description: 'RunSignup API — Corrals. 1 operations. Lead operation: Get Race Corrals. Self-contained Naftiko capability
    covering one Runsignup business surface.'
  tags:
  - Runsignup
  - Corrals
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RUNSIGNUP_API_KEY: RUNSIGNUP_API_KEY
capability:
  consumes:
  - type: http
    namespace: runsignup-corrals
    baseUri: https://runsignup.com/Rest
    description: RunSignup API — Corrals business capability. Self-contained, no shared references.
    resources:
    - name: race-race_id-corrals
      path: /race/{race_id}/corrals
      operations:
      - name: getracecorrals
        method: GET
        description: Get Race Corrals
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: event_id
          in: query
          type: integer
          description: Filter by specific event ID
    authentication:
      type: bearer
      token: '{{env.RUNSIGNUP_API_KEY}}'
  exposes:
  - type: rest
    namespace: runsignup-corrals-rest
    port: 8080
    description: REST adapter for RunSignup API — Corrals. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/race/{race-id}/corrals
      name: race-race-id-corrals
      description: REST surface for race-race_id-corrals.
      operations:
      - method: GET
        name: getracecorrals
        description: Get Race Corrals
        call: runsignup-corrals.getracecorrals
        with:
          event_id: rest.event_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: runsignup-corrals-mcp
    port: 9090
    transport: http
    description: MCP adapter for RunSignup API — Corrals. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: get-race-corrals
      description: Get Race Corrals
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: runsignup-corrals.getracecorrals
      with:
        event_id: tools.event_id
      outputParameters:
      - type: object
        mapping: $.