limit_expression
Compute the limit of a mathematical expression as a variable approaches a given point, optionally specifying left or right direction. Use for symbolic calculus and asymptotic analysis.
Instructions
Compute the limit of an expression
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| point | No | Point to approach (e.g., '0', 'oo', '-oo') | 0 |
| session | No | Workspace to use, as a name or a portable handle. Workspaces have independent variables. A name is scoped to this MCP session; a handle returned by start_sage_session (workspace_token) reaches the same workspace across reconnects and is a bearer credential -- keep it secret. Omit for 'default'. | default |
| variable | No | Variable approaching the point | x |
| direction | No | Direction: 'plus' (right), 'minus' (left), or omit for both | |
| expression | Yes | Expression to take the limit of |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||