function_signature
Retrieve the signature of a function or method from a source file using AST parsing. Provide the file path and symbol name to obtain its parameter list and return type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| symbol | Yes | ||
| language | No | python |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| name | No | ||
| error | No | ||
| found | Yes | ||
| symbol | Yes | ||
| signature | No | ||
| qualified_name | No |