getMethodInformation
Retrieve detailed information about a gRPC method from a proto file by specifying the file path, service name, and method name.
Instructions
Get information about methods in a proto file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the proto file (Full path) | |
| service | Yes | Service name (e.g., UserService) | |
| method | Yes | Method name (e.g., GetUser) |