integrate_expression
Compute symbolic indefinite or definite integrals of expressions, with optional variable and lower/upper bounds.
Instructions
Integrate an expression (indefinite or definite with bounds)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | Integration variable | x |
| expression | Yes | Expression to integrate | |
| lower_bound | No | Lower bound for definite integral (e.g., '0', '-oo') | |
| upper_bound | No | Upper bound for definite integral (e.g., '1', 'oo') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||