FVAP.gov · Capability

FVAP.gov XML API — Schema

FVAP.gov XML API — Schema. 1 operations. Lead operation: Get the XML schema definition for the FVAP feeds.. Self-contained Naftiko capability covering one Fvapgov business surface.

Run with Naftiko FvapgovSchema

What You Can Do

GET
Getapischema — Get the XML schema definition for the FVAP feeds.
/v1/xml-api/api-schema-xsd

MCP Tools

get-xml-schema-definition-fvap

Get the XML schema definition for the FVAP feeds.

read-only idempotent

Capability Spec

xml-schema.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FVAP.gov XML API — Schema
  description: 'FVAP.gov XML API — Schema. 1 operations. Lead operation: Get the XML schema definition for the FVAP feeds..
    Self-contained Naftiko capability covering one Fvapgov business surface.'
  tags:
  - Fvapgov
  - Schema
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FVAPGOV_API_KEY: FVAPGOV_API_KEY
capability:
  consumes:
  - type: http
    namespace: xml-schema
    baseUri: https://www.fvap.gov
    description: FVAP.gov XML API — Schema business capability. Self-contained, no shared references.
    resources:
    - name: xml-api-api-schema.xsd
      path: /xml-api/api-schema.xsd
      operations:
      - name: getapischema
        method: GET
        description: Get the XML schema definition for the FVAP feeds.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: xml-schema-rest
    port: 8080
    description: REST adapter for FVAP.gov XML API — Schema. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/xml-api/api-schema-xsd
      name: xml-api-api-schema-xsd
      description: REST surface for xml-api-api-schema.xsd.
      operations:
      - method: GET
        name: getapischema
        description: Get the XML schema definition for the FVAP feeds.
        call: xml-schema.getapischema
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: xml-schema-mcp
    port: 9090
    transport: http
    description: MCP adapter for FVAP.gov XML API — Schema. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: get-xml-schema-definition-fvap
      description: Get the XML schema definition for the FVAP feeds.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: xml-schema.getapischema
      outputParameters:
      - type: object
        mapping: $.