vremly_describe_endpoint
Fetch full endpoint schema: path/query params, request body required fields, response schemas, and accepted credential. Call before vremly_request to avoid silent failures from unknown fields.
Instructions
Describe one Vremly endpoint in full: path and query parameters, the request body schema with required fields, response schemas, and which credential it accepts. Call this before vremly_request so the body you send matches what the server validates — unknown fields are stripped silently rather than rejected, so a misspelled key fails invisibly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path template exactly as returned by search, placeholders included, e.g. "/projects/{id}". | |
| method | Yes | HTTP method, e.g. "POST". |