describe_logic
Analyze function or class behavior by extracting raw code, identifying similar logic patterns, and determining structural importance within code dependencies.
Instructions
Describe the behavioral logic of a function or class — returns the raw function body, logic cluster membership (which other entities behave similarly), and structural centrality (PageRank importance in the dependency graph). Use when asked 'what does this function do internally', 'how does X work at a high level', or 'what is the logic of X'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Function or class name |