State Farm Insurance Companies Renters API — Coverage

State Farm Insurance Companies Renters API — Coverage. 1 operations. Lead operation: List Coverage Options. Self-contained Naftiko capability covering one State Farm Insurance Cos business surface.

Run with Naftiko State Farm Insurance CosCoverage

What You Can Do

GET
Listcoverageoptions — List Coverage Options
/v1/renters/coverage-options

MCP Tools

list-coverage-options

List Coverage Options

read-only idempotent

Capability Spec

renters-coverage.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: State Farm Insurance Companies Renters API — Coverage
  description: 'State Farm Insurance Companies Renters API — Coverage. 1 operations. Lead operation: List Coverage Options.
    Self-contained Naftiko capability covering one State Farm Insurance Cos business surface.'
  tags:
  - State Farm Insurance Cos
  - Coverage
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    STATE_FARM_INSURANCE_COS_API_KEY: STATE_FARM_INSURANCE_COS_API_KEY
capability:
  consumes:
  - type: http
    namespace: renters-coverage
    baseUri: https://api.statefarm.com/v1
    description: State Farm Insurance Companies Renters API — Coverage business capability. Self-contained, no shared references.
    resources:
    - name: renters-coverage-options
      path: /renters/coverage-options
      operations:
      - name: listcoverageoptions
        method: GET
        description: List Coverage Options
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: state
          in: query
          type: string
          description: Two-letter US state code to get state-specific coverage options
    authentication:
      type: bearer
      token: '{{env.STATE_FARM_INSURANCE_COS_API_KEY}}'
  exposes:
  - type: rest
    namespace: renters-coverage-rest
    port: 8080
    description: REST adapter for State Farm Insurance Companies Renters API — Coverage. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/renters/coverage-options
      name: renters-coverage-options
      description: REST surface for renters-coverage-options.
      operations:
      - method: GET
        name: listcoverageoptions
        description: List Coverage Options
        call: renters-coverage.listcoverageoptions
        with:
          state: rest.state
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: renters-coverage-mcp
    port: 9090
    transport: http
    description: MCP adapter for State Farm Insurance Companies Renters API — Coverage. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-coverage-options
      description: List Coverage Options
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: renters-coverage.listcoverageoptions
      with:
        state: tools.state
      outputParameters:
      - type: object
        mapping: $.