get_class_definition
Retrieve the definition of a Pharo class by name to inspect its structure and implementation details.
Instructions
Get the definition of a Pharo class.
Args:
class_name: The name of the class to get the definition for
Returns:
The class definition
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes |