get_service_descriptor
Retrieve the full protobuf descriptor for a gRPC service, listing all methods, request/response types, and streaming modes to inspect service structure.
Instructions
Get the full descriptor for a gRPC service including all methods, request/response types, and streaming modes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_name | Yes | Full service name (e.g. grpc.health.v1.Health) |