getMethodInformation
Retrieve detailed information about specific gRPC methods within a proto file by providing the file path, service name, and method name. Ideal for developers debugging or analyzing gRPC services.
Instructions
Get information about methods in a proto file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
method | Yes | Method name (e.g., GetAddress) | |
path | Yes | Path to the proto file (Full path) | |
service | Yes | Service name (e.g., AddressService) |