FiscalNote · Capability

FiscalNote PolicyNote API — Stakeholders

FiscalNote PolicyNote API — Stakeholders. 1 operations. Lead operation: FiscalNote List stakeholders. Self-contained Naftiko capability covering one Fiscalnote business surface.

Run with Naftiko FiscalnoteStakeholders

What You Can Do

GET
Liststakeholders — FiscalNote List stakeholders
/v1/policynote/v1/stakeholders

MCP Tools

fiscalnote-list-stakeholders

FiscalNote List stakeholders

read-only idempotent

Capability Spec

policynote-stakeholders.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FiscalNote PolicyNote API — Stakeholders
  description: 'FiscalNote PolicyNote API — Stakeholders. 1 operations. Lead operation: FiscalNote List stakeholders. Self-contained
    Naftiko capability covering one Fiscalnote business surface.'
  tags:
  - Fiscalnote
  - Stakeholders
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FISCALNOTE_API_KEY: FISCALNOTE_API_KEY
capability:
  consumes:
  - type: http
    namespace: policynote-stakeholders
    baseUri: https://api.fiscalnote.com
    description: FiscalNote PolicyNote API — Stakeholders business capability. Self-contained, no shared references.
    resources:
    - name: policynote-v1-stakeholders
      path: /policynote/v1/stakeholders
      operations:
      - name: liststakeholders
        method: GET
        description: FiscalNote List stakeholders
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.FISCALNOTE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: policynote-stakeholders-rest
    port: 8080
    description: REST adapter for FiscalNote PolicyNote API — Stakeholders. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/policynote/v1/stakeholders
      name: policynote-v1-stakeholders
      description: REST surface for policynote-v1-stakeholders.
      operations:
      - method: GET
        name: liststakeholders
        description: FiscalNote List stakeholders
        call: policynote-stakeholders.liststakeholders
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: policynote-stakeholders-mcp
    port: 9090
    transport: http
    description: MCP adapter for FiscalNote PolicyNote API — Stakeholders. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: fiscalnote-list-stakeholders
      description: FiscalNote List stakeholders
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: policynote-stakeholders.liststakeholders
      outputParameters:
      - type: object
        mapping: $.