Cvent · Capability

Cvent REST APIs — RFP Suppliers

Cvent REST APIs — RFP Suppliers. 2 operations. Lead operation: List RFP Recipients History. Self-contained Naftiko capability covering one business surface.

Cvent REST APIs — RFP Suppliers is a Naftiko capability published by Cvent, one of 52 capabilities the APIs.io network indexes for this provider. It bundles 2 operations across the GET method rooted at /v1/rfps/{…}.

The capability includes 2 read-only operations. Lead operation: List RFP Recipients History. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Cvent and RFP Suppliers.

Run with Naftiko CventRFP Suppliers

What You Can Do

GET
Listrfprecipientshistory — List RFP Recipients History
/v1/rfps/{rfpId}/recipients/history
GET
Getrfpsuppliers — List RFP Suppliers
/v1/rfps/{rfpId}/suppliers

MCP Tools

cvent-listrfprecipientshistory

List RFP Recipients History

read-only idempotent
cvent-getrfpsuppliers

List RFP Suppliers

read-only idempotent

Capability Spec

rest-rfp-suppliers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cvent REST APIs — RFP Suppliers
  description: 'Cvent REST APIs — RFP Suppliers. 2 operations. Lead operation: List RFP Recipients History. Self-contained Naftiko capability covering one business surface.'
  tags:
  - Cvent
  - RFP Suppliers
  created: '2026-05-20'
  modified: '2026-05-20'
binds:
- namespace: env
  keys:
    CVENT_API_KEY: CVENT_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-rfp-suppliers
    baseUri: https://api-platform.cvent.com/ea
    description: Cvent REST APIs — RFP Suppliers business capability. Self-contained, no shared references.
    resources:
    - name: rfps-rfpid-recipients-history
      path: /rfps/{rfpId}/recipients/history
      operations:
      - name: listrfprecipientshistory
        method: GET
        description: List RFP Recipients History
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter
          in: query
          type: string
          description: 'A filter query string narrows search results and supports the combination of logical and comparison operators.

            The filter adheres to the pattern filter=''field'' comparisonType ''value''.


            These are the c'
        - name: rfpId
          in: path
          type: string
          description: Path parameter rfpId.
          required: true
    - name: rfps-rfpid-suppliers
      path: /rfps/{rfpId}/suppliers
      operations:
      - name: getrfpsuppliers
        method: GET
        description: List RFP Suppliers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter
          in: query
          type: string
          description: 'A filter query string narrows search results and supports the combination of logical and comparison operators.

            The filter adheres to the pattern filter=''field'' comparisonType ''value''.


            These are the c'
        - name: rfpId
          in: path
          type: string
          description: Path parameter rfpId.
          required: true
  exposes:
  - type: rest
    namespace: rest-rfp-suppliers-rest
    port: 8080
    description: REST adapter for Cvent REST APIs — RFP Suppliers. One resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/rfps/{rfpId}/recipients/history
      name: rfps-rfpid-recipients-history
      description: REST surface for rfps-rfpid-recipients-history.
      operations:
      - method: GET
        name: listrfprecipientshistory
        description: List RFP Recipients History
        call: rest-rfp-suppliers.listrfprecipientshistory
        with:
          filter: rest.filter
          rfpId: rest.rfpId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/rfps/{rfpId}/suppliers
      name: rfps-rfpid-suppliers
      description: REST surface for rfps-rfpid-suppliers.
      operations:
      - method: GET
        name: getrfpsuppliers
        description: List RFP Suppliers
        call: rest-rfp-suppliers.getrfpsuppliers
        with:
          filter: rest.filter
          rfpId: rest.rfpId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-rfp-suppliers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cvent REST APIs — RFP Suppliers. One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: cvent-listrfprecipientshistory
      description: List RFP Recipients History
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-rfp-suppliers.listrfprecipientshistory
      with:
        filter: tools.filter
        rfpId: tools.rfpId
      outputParameters:
      - type: object
        mapping: $.
    - name: cvent-getrfpsuppliers
      description: List RFP Suppliers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-rfp-suppliers.getrfpsuppliers
      with:
        filter: tools.filter
        rfpId: tools.rfpId
      outputParameters:
      - type: object
        mapping: $.