FVAP.gov · Capability

FVAP.gov XML API — Important Info

FVAP.gov XML API — Important Info. 1 operations. Lead operation: Get important voting information for a state or territory.. Self-contained Naftiko capability covering one Fvapgov business surface.

Run with Naftiko FvapgovImportant Info

What You Can Do

GET
Getimportantinfo — Get important voting information for a state or territory.
/v1/xml-api/{state}/important-info-xml

MCP Tools

get-important-voting-information-state

Get important voting information for a state or territory.

read-only idempotent

Capability Spec

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