get_dynamic_method
Inspect a dynamic facade method's parameters and return shape by providing the facade and method names, enabling developers to understand API call signatures before invoking them.
Instructions
Describe one dynamic facade method's params and return shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| facade | Yes | ||
| method | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| params | Yes | ||
| returns | Yes |