describe_endpoint
Retrieve complete metadata for any API endpoint, including method, path, resource, and parameters. Read-only operation.
Instructions
Get full metadata for a single endpoint (method, path, title, resource, read/write, path + query parameters). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Exact path template with :placeholders, e.g. '/api/Contact/:contactId'. | |
| method | Yes | HTTP method, e.g. 'GET', 'POST', 'PUT'. |