Get AgentBodega Endpoint
agentbodega_get_endpointRetrieve the complete contract for an endpoint by key, title, path, or URL. Get method, price, schemas, and examples before paying to call the API.
Instructions
Use this after search_catalog when you know the endpoint key, title, path, or URL and need the complete contract before paying. It returns method, URL, price, category, tags, long description, required inputs, input/output schemas, example request, and output example when available. It does not call the paid endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | Endpoint identifier from search_catalog. Accepts the endpoint key, title, API path such as /api/status/github, or full AgentBodega URL. | |
| includeSchemas | No | When true, return the full contract with schemas, examples, and long description. When false, return a compact summary suitable for ranking candidate endpoints. |