add_endpoint
Configure new API endpoints to extend Grove's Pocket Network server capabilities for accessing blockchain data across multiple networks.
Instructions
Dynamically add a new endpoint configuration (for extensibility)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier for the endpoint | |
| name | Yes | Human-readable name | |
| path | Yes | URL path (e.g., "/api/users/:id") | |
| method | Yes | HTTP method | |
| description | Yes | Description of what the endpoint does | |
| category | Yes | Category for organization |