Smithsonian Institution · Capability

Smithsonian Open Access API — Content

Smithsonian Open Access API — Content. 1 operations. Lead operation: Get Content By ID. Self-contained Naftiko capability covering one Smithsonian Institution business surface.

Run with Naftiko Smithsonian InstitutionContent

What You Can Do

GET
Getcontent — Get Content By ID
/v1/api/content

MCP Tools

get-content-id

Get Content By ID

read-only idempotent

Capability Spec

smithsonian-open-access-content.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Smithsonian Open Access API — Content
  description: 'Smithsonian Open Access API — Content. 1 operations. Lead operation: Get Content By ID. Self-contained Naftiko
    capability covering one Smithsonian Institution business surface.'
  tags:
  - Smithsonian Institution
  - Content
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SMITHSONIAN_INSTITUTION_API_KEY: SMITHSONIAN_INSTITUTION_API_KEY
capability:
  consumes:
  - type: http
    namespace: smithsonian-open-access-content
    baseUri: https://edan.si.edu/openaccess
    description: Smithsonian Open Access API — Content business capability. Self-contained, no shared references.
    resources:
    - name: api-content
      path: /api/content
      operations:
      - name: getcontent
        method: GET
        description: Get Content By ID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: query
          type: string
          description: The unique identifier of the content item
          required: true
        - name: api_key
          in: query
          type: string
          description: API key obtained from api.data.gov
          required: true
    authentication:
      type: apikey
      key: api_key
      value: '{{env.SMITHSONIAN_INSTITUTION_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: smithsonian-open-access-content-rest
    port: 8080
    description: REST adapter for Smithsonian Open Access API — Content. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/content
      name: api-content
      description: REST surface for api-content.
      operations:
      - method: GET
        name: getcontent
        description: Get Content By ID
        call: smithsonian-open-access-content.getcontent
        with:
          id: rest.id
          api_key: rest.api_key
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: smithsonian-open-access-content-mcp
    port: 9090
    transport: http
    description: MCP adapter for Smithsonian Open Access API — Content. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-content-id
      description: Get Content By ID
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: smithsonian-open-access-content.getcontent
      with:
        id: tools.id
        api_key: tools.api_key
      outputParameters:
      - type: object
        mapping: $.