MongoDB · Capability

MongoDB Atlas Administration API — Activity Feed

MongoDB Atlas Administration API — Activity Feed. 2 operations. Lead operation: Return Pre-Filtered Activity Feed Link for One Project. Self-contained Naftiko capability covering one Mongodb business surface.

Run with Naftiko MongodbActivity Feed

What You Can Do

GET
Getgroupactivityfeed — Return Pre-Filtered Activity Feed Link for One Project
/v1/api/atlas/v2/groups/{groupid}/activityfeed
GET
Getorgactivityfeed — Return Pre-Filtered Activity Feed Link for One Organization
/v1/api/atlas/v2/orgs/{orgid}/activityfeed

MCP Tools

return-pre-filtered-activity-feed

Return Pre-Filtered Activity Feed Link for One Project

read-only idempotent
return-pre-filtered-activity-feed-2

Return Pre-Filtered Activity Feed Link for One Organization

read-only idempotent

Capability Spec

atlas-activity-feed.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: MongoDB Atlas Administration API — Activity Feed
  description: 'MongoDB Atlas Administration API — Activity Feed. 2 operations. Lead operation: Return Pre-Filtered Activity
    Feed Link for One Project. Self-contained Naftiko capability covering one Mongodb business surface.'
  tags:
  - Mongodb
  - Activity Feed
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MONGODB_API_KEY: MONGODB_API_KEY
capability:
  consumes:
  - type: http
    namespace: atlas-activity-feed
    baseUri: https://cloud.mongodb.com
    description: MongoDB Atlas Administration API — Activity Feed business capability. Self-contained, no shared references.
    resources:
    - name: api-atlas-v2-groups-groupId-activityFeed
      path: /api/atlas/v2/groups/{groupId}/activityFeed
      operations:
      - name: getgroupactivityfeed
        method: GET
        description: Return Pre-Filtered Activity Feed Link for One Project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: eventType
          in: query
          type: array
          description: Category of incident recorded at this moment in time.
        - name: maxDate
          in: query
          type: string
          description: End date and time for events to include in the activity feed link. ISO 8601 timestamp format in UTC.
        - name: minDate
          in: query
          type: string
          description: Start date and time for events to include in the activity feed link. ISO 8601 timestamp format in UTC.
        - name: clusterName
          in: query
          type: array
          description: Human-readable label that identifies the cluster.
    - name: api-atlas-v2-orgs-orgId-activityFeed
      path: /api/atlas/v2/orgs/{orgId}/activityFeed
      operations:
      - name: getorgactivityfeed
        method: GET
        description: Return Pre-Filtered Activity Feed Link for One Organization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: eventType
          in: query
          type: array
          description: Category of incident recorded at this moment in time.
        - name: maxDate
          in: query
          type: string
          description: End date and time for events to include in the activity feed link. ISO 8601 timestamp format in UTC.
        - name: minDate
          in: query
          type: string
          description: Start date and time for events to include in the activity feed link. ISO 8601 timestamp format in UTC.
    authentication:
      type: bearer
      token: '{{env.MONGODB_API_KEY}}'
  exposes:
  - type: rest
    namespace: atlas-activity-feed-rest
    port: 8080
    description: REST adapter for MongoDB Atlas Administration API — Activity Feed. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/api/atlas/v2/groups/{groupid}/activityfeed
      name: api-atlas-v2-groups-groupid-activityfeed
      description: REST surface for api-atlas-v2-groups-groupId-activityFeed.
      operations:
      - method: GET
        name: getgroupactivityfeed
        description: Return Pre-Filtered Activity Feed Link for One Project
        call: atlas-activity-feed.getgroupactivityfeed
        with:
          eventType: rest.eventType
          maxDate: rest.maxDate
          minDate: rest.minDate
          clusterName: rest.clusterName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/atlas/v2/orgs/{orgid}/activityfeed
      name: api-atlas-v2-orgs-orgid-activityfeed
      description: REST surface for api-atlas-v2-orgs-orgId-activityFeed.
      operations:
      - method: GET
        name: getorgactivityfeed
        description: Return Pre-Filtered Activity Feed Link for One Organization
        call: atlas-activity-feed.getorgactivityfeed
        with:
          eventType: rest.eventType
          maxDate: rest.maxDate
          minDate: rest.minDate
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: atlas-activity-feed-mcp
    port: 9090
    transport: http
    description: MCP adapter for MongoDB Atlas Administration API — Activity Feed. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: return-pre-filtered-activity-feed
      description: Return Pre-Filtered Activity Feed Link for One Project
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: atlas-activity-feed.getgroupactivityfeed
      with:
        eventType: tools.eventType
        maxDate: tools.maxDate
        minDate: tools.minDate
        clusterName: tools.clusterName
      outputParameters:
      - type: object
        mapping: $.
    - name: return-pre-filtered-activity-feed-2
      description: Return Pre-Filtered Activity Feed Link for One Organization
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: atlas-activity-feed.getorgactivityfeed
      with:
        eventType: tools.eventType
        maxDate: tools.maxDate
        minDate: tools.minDate
      outputParameters:
      - type: object
        mapping: $.