naftiko: 1.0.0-alpha2 info: label: The Racing API — Dams description: 'The Racing API — Dams. 4 operations. Lead operation: The Racing API Dam Search. Self-contained Naftiko capability covering one The Racing Api business surface.' tags: - The Racing Api - Dams created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: THE_RACING_API_API_KEY: THE_RACING_API_API_KEY capability: consumes: - type: http namespace: the-racing-dams baseUri: https://api.theracingapi.com description: The Racing API — Dams business capability. Self-contained, no shared references. resources: - name: v1-dams-search path: /v1/dams/search operations: - name: damsearchv1damssearchget method: GET description: The Racing API Dam Search outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: name in: query type: string required: true - name: v1-dams-dam_id-analysis-classes path: /v1/dams/{dam_id}/analysis/classes operations: - name: damprogenyclassanalysisv1damsdamidanalysisclassesget method: GET description: The Racing API Dam Progeny Class Analysis outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: dam_id in: path type: string required: true - name: start_date in: query type: string description:

Query from date with format YYYY-MM-DD, e.g. 2020-01-01

- name: end_date in: query type: string description:

Query to date with format YYYY-MM-DD, e.g. 2020-01-01

- name: region in: query type: string description:

Query by region codes. Get the full list here< - name: course in: query type: string description: Query by course ids. Get the full list here. - name: type in: query type: string description: '

Query by race type

Options: chase, flat, hurdle, nh_flat

' - name: going in: query type: string description: '

Query by going

Options: fast, firm, good, good_to_firm, good_to_soft, good_to_yi' - name: race_class in: query type: string description: '

Query by class

Options: class_1, class_2, class_3, class_4, class_5, class_6Query by minimum race distance (yards)

- name: max_distance_y in: query type: string description:

Query by maximum race distance (yards)

- name: age_band in: query type: string description: '

Query by age band

Options: 10yo+, 2-3yo, 2yo, 2yo+, 3-4yo, 3-5yo, 3' - name: sex_restriction in: query type: string description: '

Query by sex restriction

Options: c&f, c&g, f, f&m, m, m&g

' - name: v1-dams-dam_id-analysis-distances path: /v1/dams/{dam_id}/analysis/distances operations: - name: damprogenydistanceanalysisv1damsdamidanalysisdistancesget method: GET description: The Racing API Dam Progeny Distance Analysis outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: dam_id in: path type: string required: true - name: start_date in: query type: string description:

Query from date with format YYYY-MM-DD, e.g. 2020-01-01

- name: end_date in: query type: string description:

Query to date with format YYYY-MM-DD, e.g. 2020-01-01

- name: region in: query type: string description:

Query by region codes. Get the full list here< - name: course in: query type: string description: Query by course ids. Get the full list here. - name: type in: query type: string description: '

Query by race type

Options: chase, flat, hurdle, nh_flat

' - name: going in: query type: string description: '

Query by going

Options: fast, firm, good, good_to_firm, good_to_soft, good_to_yi' - name: race_class in: query type: string description: '

Query by class

Options: class_1, class_2, class_3, class_4, class_5, class_6Query by minimum race distance (yards)

- name: max_distance_y in: query type: string description:

Query by maximum race distance (yards)

- name: age_band in: query type: string description: '

Query by age band

Options: 10yo+, 2-3yo, 2yo, 2yo+, 3-4yo, 3-5yo, 3' - name: sex_restriction in: query type: string description: '

Query by sex restriction

Options: c&f, c&g, f, f&m, m, m&g

' - name: v1-dams-dam_id-results path: /v1/dams/{dam_id}/results operations: - name: damprogenyresultsv1damsdamidresultsget method: GET description: The Racing API Dam Progeny Results outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: dam_id in: path type: string required: true - name: start_date in: query type: string description:

Query from date with format YYYY-MM-DD, e.g. 2020-01-01

Default: 365 days ago. Can query back to 1988-01-01.

- name: end_date in: query type: string description:

Query to date with format YYYY-MM-DD, e.g. 2020-01-01

Default: Today's date. Maximum range between start and end date is 365 days.< - name: region in: query type: string description:

Query by region codes. Get the full list here< - name: course in: query type: string description: Query by course ids. Get the full list here. - name: type in: query type: string description: '

Query by race type

Options: chase, flat, hurdle, nh_flat

' - name: going in: query type: string description: '

Query by going

Options: fast, firm, good, good_to_firm, good_to_soft, good_to_yi' - name: race_class in: query type: string description: '

Query by class

Options: class_1, class_2, class_3, class_4, class_5, class_6Query by minimum race distance (yards)

- name: max_distance_y in: query type: string description:

Query by maximum race distance (yards)

- name: age_band in: query type: string description: '

Query by age band

Options: 10yo+, 2-3yo, 2yo, 2yo+, 3-4yo, 3-5yo, 3' - name: sex_restriction in: query type: string description: '

Query by sex restriction

Options: c&f, c&g, f, f&m, m, m&g

' - name: limit in: query type: string - name: skip in: query type: string authentication: type: basic username: '{{env.THE_RACING_API_USER}}' password: '{{env.THE_RACING_API_PASS}}' exposes: - type: rest namespace: the-racing-dams-rest port: 8080 description: REST adapter for The Racing API — Dams. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v1/dams/search name: v1-dams-search description: REST surface for v1-dams-search. operations: - method: GET name: damsearchv1damssearchget description: The Racing API Dam Search call: the-racing-dams.damsearchv1damssearchget with: name: rest.name outputParameters: - type: object mapping: $. - path: /v1/v1/dams/{dam-id}/analysis/classes name: v1-dams-dam-id-analysis-classes description: REST surface for v1-dams-dam_id-analysis-classes. operations: - method: GET name: damprogenyclassanalysisv1damsdamidanalysisclassesget description: The Racing API Dam Progeny Class Analysis call: the-racing-dams.damprogenyclassanalysisv1damsdamidanalysisclassesget with: dam_id: rest.dam_id start_date: rest.start_date end_date: rest.end_date region: rest.region course: rest.course type: rest.type going: rest.going race_class: rest.race_class min_distance_y: rest.min_distance_y max_distance_y: rest.max_distance_y age_band: rest.age_band sex_restriction: rest.sex_restriction outputParameters: - type: object mapping: $. - path: /v1/v1/dams/{dam-id}/analysis/distances name: v1-dams-dam-id-analysis-distances description: REST surface for v1-dams-dam_id-analysis-distances. operations: - method: GET name: damprogenydistanceanalysisv1damsdamidanalysisdistancesget description: The Racing API Dam Progeny Distance Analysis call: the-racing-dams.damprogenydistanceanalysisv1damsdamidanalysisdistancesget with: dam_id: rest.dam_id start_date: rest.start_date end_date: rest.end_date region: rest.region course: rest.course type: rest.type going: rest.going race_class: rest.race_class min_distance_y: rest.min_distance_y max_distance_y: rest.max_distance_y age_band: rest.age_band sex_restriction: rest.sex_restriction outputParameters: - type: object mapping: $. - path: /v1/v1/dams/{dam-id}/results name: v1-dams-dam-id-results description: REST surface for v1-dams-dam_id-results. operations: - method: GET name: damprogenyresultsv1damsdamidresultsget description: The Racing API Dam Progeny Results call: the-racing-dams.damprogenyresultsv1damsdamidresultsget with: dam_id: rest.dam_id start_date: rest.start_date end_date: rest.end_date region: rest.region course: rest.course type: rest.type going: rest.going race_class: rest.race_class min_distance_y: rest.min_distance_y max_distance_y: rest.max_distance_y age_band: rest.age_band sex_restriction: rest.sex_restriction limit: rest.limit skip: rest.skip outputParameters: - type: object mapping: $. - type: mcp namespace: the-racing-dams-mcp port: 9090 transport: http description: MCP adapter for The Racing API — Dams. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: racing-api-dam-search description: The Racing API Dam Search hints: readOnly: true destructive: false idempotent: true call: the-racing-dams.damsearchv1damssearchget with: name: tools.name outputParameters: - type: object mapping: $. - name: racing-api-dam-progeny-class description: The Racing API Dam Progeny Class Analysis hints: readOnly: true destructive: false idempotent: true call: the-racing-dams.damprogenyclassanalysisv1damsdamidanalysisclassesget with: dam_id: tools.dam_id start_date: tools.start_date end_date: tools.end_date region: tools.region course: tools.course type: tools.type going: tools.going race_class: tools.race_class min_distance_y: tools.min_distance_y max_distance_y: tools.max_distance_y age_band: tools.age_band sex_restriction: tools.sex_restriction outputParameters: - type: object mapping: $. - name: racing-api-dam-progeny-distance description: The Racing API Dam Progeny Distance Analysis hints: readOnly: true destructive: false idempotent: true call: the-racing-dams.damprogenydistanceanalysisv1damsdamidanalysisdistancesget with: dam_id: tools.dam_id start_date: tools.start_date end_date: tools.end_date region: tools.region course: tools.course type: tools.type going: tools.going race_class: tools.race_class min_distance_y: tools.min_distance_y max_distance_y: tools.max_distance_y age_band: tools.age_band sex_restriction: tools.sex_restriction outputParameters: - type: object mapping: $. - name: racing-api-dam-progeny-results description: The Racing API Dam Progeny Results hints: readOnly: true destructive: false idempotent: true call: the-racing-dams.damprogenyresultsv1damsdamidresultsget with: dam_id: tools.dam_id start_date: tools.start_date end_date: tools.end_date region: tools.region course: tools.course type: tools.type going: tools.going race_class: tools.race_class min_distance_y: tools.min_distance_y max_distance_y: tools.max_distance_y age_band: tools.age_band sex_restriction: tools.sex_restriction limit: tools.limit skip: tools.skip outputParameters: - type: object mapping: $.