docs_extract
Extract structured endpoint information from OpenAPI, Swagger, or Postman specs. Filter endpoints by tag, HTTP method, or description search.
Instructions
[INSTRUCTIONS] Use this ONLY when docs.read has identified an OpenAPI/Swagger spec URL or Postman Collection. Provide a tag to filter endpoints by API group. If no tag is provided, returns a summary of all tags with endpoint counts.
Extract structured endpoint information from an OpenAPI, Swagger, or Postman spec [READ-ONLY]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by API tag (e.g., "monitors", "users") | |
| url | Yes | URL of the OpenAPI/Swagger spec or Postman Collection | |
| method | No | Filter by HTTP method | |
| search | No | Search endpoint descriptions |