naftiko: 1.0.0-alpha2 info: label: PostHog API — warehouse_view_links description: 'PostHog API — warehouse_view_links. 14 operations. Lead operation: warehouse_view_links. Self-contained Naftiko capability covering one Posthog business surface.' tags: - Posthog - warehouse_view_links created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: POSTHOG_API_KEY: POSTHOG_API_KEY capability: consumes: - type: http namespace: posthog-warehouse-view-links baseUri: '' description: PostHog API — warehouse_view_links business capability. Self-contained, no shared references. resources: - name: api-environments-environment_id-warehouse_view_links path: /api/environments/{environment_id}/warehouse_view_links/ operations: - name: environmentswarehouseviewlinkslist method: GET description: Create, Read, Update and Delete View Columns. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: integer description: Number of results to return per page. - name: offset in: query type: integer description: The initial index from which to return the results. - name: search in: query type: string description: A search term. - name: environmentswarehouseviewlinkscreate method: POST description: Create, Read, Update and Delete View Columns. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: api-environments-environment_id-warehouse_view_links-validate path: /api/environments/{environment_id}/warehouse_view_links/validate/ operations: - name: environmentswarehouseviewlinksvalidatecreate method: POST description: Create, Read, Update and Delete View Columns. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: api-environments-environment_id-warehouse_view_links-id path: /api/environments/{environment_id}/warehouse_view_links/{id}/ operations: - name: environmentswarehouseviewlinksretrieve method: GET description: Create, Read, Update and Delete View Columns. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: A UUID string identifying this data warehouse join. required: true - name: environmentswarehouseviewlinksupdate method: PUT description: Create, Read, Update and Delete View Columns. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: A UUID string identifying this data warehouse join. required: true - name: body in: body type: object description: Request body (JSON). required: true - name: environmentswarehouseviewlinkspartialupdate method: PATCH description: Create, Read, Update and Delete View Columns. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: A UUID string identifying this data warehouse join. required: true - name: body in: body type: object description: Request body (JSON). required: false - name: environmentswarehouseviewlinksdestroy method: DELETE description: Create, Read, Update and Delete View Columns. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: A UUID string identifying this data warehouse join. required: true - name: api-projects-project_id-warehouse_view_links path: /api/projects/{project_id}/warehouse_view_links/ operations: - name: warehouseviewlinkslist method: GET description: Create, Read, Update and Delete View Columns. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: integer description: Number of results to return per page. - name: offset in: query type: integer description: The initial index from which to return the results. - name: search in: query type: string description: A search term. - name: warehouseviewlinkscreate method: POST description: Create, Read, Update and Delete View Columns. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: api-projects-project_id-warehouse_view_links-validate path: /api/projects/{project_id}/warehouse_view_links/validate/ operations: - name: warehouseviewlinksvalidatecreate method: POST description: Create, Read, Update and Delete View Columns. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: api-projects-project_id-warehouse_view_links-id path: /api/projects/{project_id}/warehouse_view_links/{id}/ operations: - name: warehouseviewlinksretrieve method: GET description: Create, Read, Update and Delete View Columns. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: A UUID string identifying this data warehouse join. required: true - name: warehouseviewlinksupdate method: PUT description: Create, Read, Update and Delete View Columns. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: A UUID string identifying this data warehouse join. required: true - name: body in: body type: object description: Request body (JSON). required: true - name: warehouseviewlinkspartialupdate method: PATCH description: Create, Read, Update and Delete View Columns. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: A UUID string identifying this data warehouse join. required: true - name: body in: body type: object description: Request body (JSON). required: false - name: warehouseviewlinksdestroy method: DELETE description: Create, Read, Update and Delete View Columns. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: A UUID string identifying this data warehouse join. required: true authentication: type: bearer token: '{{env.POSTHOG_API_KEY}}' exposes: - type: rest namespace: posthog-warehouse-view-links-rest port: 8080 description: REST adapter for PostHog API — warehouse_view_links. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/environments/{environment-id}/warehouse-view-links name: api-environments-environment-id-warehouse-view-links description: REST surface for api-environments-environment_id-warehouse_view_links. operations: - method: GET name: environmentswarehouseviewlinkslist description: Create, Read, Update and Delete View Columns. call: posthog-warehouse-view-links.environmentswarehouseviewlinkslist with: limit: rest.limit offset: rest.offset search: rest.search outputParameters: - type: object mapping: $. - method: POST name: environmentswarehouseviewlinkscreate description: Create, Read, Update and Delete View Columns. call: posthog-warehouse-view-links.environmentswarehouseviewlinkscreate with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/environments/{environment-id}/warehouse-view-links/validate name: api-environments-environment-id-warehouse-view-links-validate description: REST surface for api-environments-environment_id-warehouse_view_links-validate. operations: - method: POST name: environmentswarehouseviewlinksvalidatecreate description: Create, Read, Update and Delete View Columns. call: posthog-warehouse-view-links.environmentswarehouseviewlinksvalidatecreate with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/environments/{environment-id}/warehouse-view-links/{id} name: api-environments-environment-id-warehouse-view-links-id description: REST surface for api-environments-environment_id-warehouse_view_links-id. operations: - method: GET name: environmentswarehouseviewlinksretrieve description: Create, Read, Update and Delete View Columns. call: posthog-warehouse-view-links.environmentswarehouseviewlinksretrieve with: id: rest.id outputParameters: - type: object mapping: $. - method: PUT name: environmentswarehouseviewlinksupdate description: Create, Read, Update and Delete View Columns. call: posthog-warehouse-view-links.environmentswarehouseviewlinksupdate with: id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: PATCH name: environmentswarehouseviewlinkspartialupdate description: Create, Read, Update and Delete View Columns. call: posthog-warehouse-view-links.environmentswarehouseviewlinkspartialupdate with: id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: environmentswarehouseviewlinksdestroy description: Create, Read, Update and Delete View Columns. call: posthog-warehouse-view-links.environmentswarehouseviewlinksdestroy with: id: rest.id outputParameters: - type: object mapping: $. - path: /v1/api/projects/{project-id}/warehouse-view-links name: api-projects-project-id-warehouse-view-links description: REST surface for api-projects-project_id-warehouse_view_links. operations: - method: GET name: warehouseviewlinkslist description: Create, Read, Update and Delete View Columns. call: posthog-warehouse-view-links.warehouseviewlinkslist with: limit: rest.limit offset: rest.offset search: rest.search outputParameters: - type: object mapping: $. - method: POST name: warehouseviewlinkscreate description: Create, Read, Update and Delete View Columns. call: posthog-warehouse-view-links.warehouseviewlinkscreate with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/projects/{project-id}/warehouse-view-links/validate name: api-projects-project-id-warehouse-view-links-validate description: REST surface for api-projects-project_id-warehouse_view_links-validate. operations: - method: POST name: warehouseviewlinksvalidatecreate description: Create, Read, Update and Delete View Columns. call: posthog-warehouse-view-links.warehouseviewlinksvalidatecreate with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/projects/{project-id}/warehouse-view-links/{id} name: api-projects-project-id-warehouse-view-links-id description: REST surface for api-projects-project_id-warehouse_view_links-id. operations: - method: GET name: warehouseviewlinksretrieve description: Create, Read, Update and Delete View Columns. call: posthog-warehouse-view-links.warehouseviewlinksretrieve with: id: rest.id outputParameters: - type: object mapping: $. - method: PUT name: warehouseviewlinksupdate description: Create, Read, Update and Delete View Columns. call: posthog-warehouse-view-links.warehouseviewlinksupdate with: id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: PATCH name: warehouseviewlinkspartialupdate description: Create, Read, Update and Delete View Columns. call: posthog-warehouse-view-links.warehouseviewlinkspartialupdate with: id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: warehouseviewlinksdestroy description: Create, Read, Update and Delete View Columns. call: posthog-warehouse-view-links.warehouseviewlinksdestroy with: id: rest.id outputParameters: - type: object mapping: $. - type: mcp namespace: posthog-warehouse-view-links-mcp port: 9090 transport: http description: MCP adapter for PostHog API — warehouse_view_links. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: create-read-update-and-delete description: Create, Read, Update and Delete View Columns. hints: readOnly: true destructive: false idempotent: true call: posthog-warehouse-view-links.environmentswarehouseviewlinkslist with: limit: tools.limit offset: tools.offset search: tools.search outputParameters: - type: object mapping: $. - name: create-read-update-and-delete-2 description: Create, Read, Update and Delete View Columns. hints: readOnly: false destructive: false idempotent: false call: posthog-warehouse-view-links.environmentswarehouseviewlinkscreate with: body: tools.body outputParameters: - type: object mapping: $. - name: create-read-update-and-delete-3 description: Create, Read, Update and Delete View Columns. hints: readOnly: false destructive: false idempotent: false call: posthog-warehouse-view-links.environmentswarehouseviewlinksvalidatecreate with: body: tools.body outputParameters: - type: object mapping: $. - name: create-read-update-and-delete-4 description: Create, Read, Update and Delete View Columns. hints: readOnly: true destructive: false idempotent: true call: posthog-warehouse-view-links.environmentswarehouseviewlinksretrieve with: id: tools.id outputParameters: - type: object mapping: $. - name: create-read-update-and-delete-5 description: Create, Read, Update and Delete View Columns. hints: readOnly: false destructive: false idempotent: true call: posthog-warehouse-view-links.environmentswarehouseviewlinksupdate with: id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: create-read-update-and-delete-6 description: Create, Read, Update and Delete View Columns. hints: readOnly: false destructive: false idempotent: true call: posthog-warehouse-view-links.environmentswarehouseviewlinkspartialupdate with: id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: create-read-update-and-delete-7 description: Create, Read, Update and Delete View Columns. hints: readOnly: false destructive: true idempotent: true call: posthog-warehouse-view-links.environmentswarehouseviewlinksdestroy with: id: tools.id outputParameters: - type: object mapping: $. - name: create-read-update-and-delete-8 description: Create, Read, Update and Delete View Columns. hints: readOnly: true destructive: false idempotent: true call: posthog-warehouse-view-links.warehouseviewlinkslist with: limit: tools.limit offset: tools.offset search: tools.search outputParameters: - type: object mapping: $. - name: create-read-update-and-delete-9 description: Create, Read, Update and Delete View Columns. hints: readOnly: false destructive: false idempotent: false call: posthog-warehouse-view-links.warehouseviewlinkscreate with: body: tools.body outputParameters: - type: object mapping: $. - name: create-read-update-and-delete-10 description: Create, Read, Update and Delete View Columns. hints: readOnly: false destructive: false idempotent: false call: posthog-warehouse-view-links.warehouseviewlinksvalidatecreate with: body: tools.body outputParameters: - type: object mapping: $. - name: create-read-update-and-delete-11 description: Create, Read, Update and Delete View Columns. hints: readOnly: true destructive: false idempotent: true call: posthog-warehouse-view-links.warehouseviewlinksretrieve with: id: tools.id outputParameters: - type: object mapping: $. - name: create-read-update-and-delete-12 description: Create, Read, Update and Delete View Columns. hints: readOnly: false destructive: false idempotent: true call: posthog-warehouse-view-links.warehouseviewlinksupdate with: id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: create-read-update-and-delete-13 description: Create, Read, Update and Delete View Columns. hints: readOnly: false destructive: false idempotent: true call: posthog-warehouse-view-links.warehouseviewlinkspartialupdate with: id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: create-read-update-and-delete-14 description: Create, Read, Update and Delete View Columns. hints: readOnly: false destructive: true idempotent: true call: posthog-warehouse-view-links.warehouseviewlinksdestroy with: id: tools.id outputParameters: - type: object mapping: $.