store_api_spec
Save and parse OpenAPI/Swagger specifications into persistent session memory, making API definitions accessible for context and retrieval.
Instructions
Store and parse OpenAPI/Swagger specification
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | Source URL or file path (optional) | |
| spec_id | Yes | Unique API spec identifier | |
| spec_json | Yes | OpenAPI/Swagger spec as JSON string | |
| source_type | Yes | API specification type (openapi, swagger, feathers, express, fastify) |