SageMath
PYPI · SAGEMATH-MCP · SCANNED AUG 17
Stateful SageMath MCP server with 33 symbolic math tools and a sandboxed Sage session per client.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security100
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
- 1 of 18 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 0 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability75
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 4343 tokens (~117/item across 37 items; 37 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management10
- Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
pypi · sagemath-mcp
claude mcp add xbp-europe-sagemath-mcp -- uvx sagemath-mcp
codex mcp add xbp-europe-sagemath-mcp -- uvx sagemath-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"xbp-europe-sagemath-mcp": {
"type": "local",
"command": [
"uvx",
"sagemath-mcp"
],
"enabled": true
}
}
} openclaw mcp add xbp-europe-sagemath-mcp --command uvx --arg sagemath-mcp
mcp_servers:
xbp-europe-sagemath-mcp:
command: "uvx"
args: ["sagemath-mcp"] {
"mcpServers": {
"xbp-europe-sagemath-mcp": {
"command": "uvx",
"args": [
"sagemath-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 16 Aug 26 +1
- Stability: 0.03 → unverified ▼ security
- Capabilities: pass → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- Package version: 0.6.0 → 0.6.1 functional
- 15 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Capabilities: pass → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Stability: unverified → 0.03 ▲ functional
- First check of Schema quality: unverified functional
- Package version: 0.5.0 → 0.6.0 functional
- 14 Aug 26 55
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 17 Aug 2026 · Analysed pypi/sagemath-mcp@0.6.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| build_backend | allowlisted | hatchling.build |
Dependencies 18 packages
| Packages resolved | 18 |
|---|---|
| Stale | 1 |
| Tree resolution | Complete |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
boolean_algebra_operation ~120
Boolean polynomials over GF(2): evaluate, list variables, degree, and zero/one tests. Prefer this over evaluate_sage for boolean algebra.
| Name | Type | Req | Description |
|---|---|---|---|
| expression | string | yes | Boolean expression (e.g. 'x*y + x*z + y*z') |
| num_variables | integer | – | Number of boolean variables |
| operation | string | yes | One of: evaluate, variables, degree, is_zero, is_one, reduce |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
Structured output declared, but exposes no named fields.
No examples provided.
calculate_expression ~53
Evaluate a SageMath expression and return numeric/string forms
| Name | Type | Req | Description |
|---|---|---|---|
| expression | string | yes | SageMath expression to evaluate |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
Structured output declared, but exposes no named fields.
No examples provided.
cancel_sage_session ~42
Cancel any running Sage computation and restart the worker
| Name | Type | Req | Description |
|---|---|---|---|
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | – | – |
No examples provided.
coding_theory_operation ~135
Error-correcting codes: length, dimension, minimum distance, rate and generator matrix for Hamming and generalized Reed-Solomon codes. Prefer this over evaluate_sage for code parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| code_type | string | yes | Code constructor, e.g. 'HammingCode(GF(2),3)', 'GeneralizedReedSolomonCode(GF(7).list()[:6],3)' |
| operation | string | yes | One of: length, dimension, minimum_distance, generator_matrix, rate |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
Structured output declared, but exposes no named fields.
No examples provided.
combinatorics_operation ~204
Combinatorics: binomial coefficients, permutations, combinations, integer partitions, factorial, Catalan, Fibonacci and Bell numbers. Prefer this over evaluate_sage for any of these.
| Name | Type | Req | Description |
|---|---|---|---|
| k | – | – | Secondary argument (for binomial, combinations). Decimal strings accepted, as for n. |
| n | – | yes | Primary integer argument. Values at or above 2^53 must be passed as a decimal string, e.g. "9007199254740993", because a JSON number that large has already been rounded by the client. |
| operation | string | yes | One of: binomial (n choose k), permutations (n!), combinations (n choose k), partitions (COUNT of integer partitions of n), factorial (n!), catalan (nth Catalan number), fibonacci (nth Fibonacci numb… |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
Structured output declared, but exposes no named fields.
No examples provided.
differentiate_expression ~81
Differentiate an expression with respect to a variable
| Name | Type | Req | Description |
|---|---|---|---|
| expression | string | yes | Expression to differentiate |
| order | integer | – | Order of differentiation (1 = first, 2 = second, etc.) |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
| variable | string | – | Variable for differentiation |
Structured output declared, but exposes no named fields.
No examples provided.
distribution_operation ~146
Probability distribution operations: PDF, CDF, quantile, mean, variance, sampling
| Name | Type | Req | Description |
|---|---|---|---|
| distribution | string | yes | Distribution name: normal, exponential, poisson, chi_squared, student_t, uniform, beta, gamma |
| n | – | – | Number of samples (for sample operation) |
| operation | string | yes | One of: pdf, cdf, quantile, mean, variance, sample |
| parameters | array | yes | Distribution parameters (e.g. [0, 1] for standard normal) |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
| x | – | – | Point for pdf/cdf/quantile evaluation |
Structured output declared, but exposes no named fields.
No examples provided.
elliptic_curve_operation ~144
Elliptic curves over Q: rank, torsion order, discriminant, j-invariant, conductor and generators, from Weierstrass coefficients. Prefer this over evaluate_sage for curve invariants.
| Name | Type | Req | Description |
|---|---|---|---|
| coefficients | array | yes | Curve coefficients [a1,a2,a3,a4,a6] or short Weierstrass [a,b] for y^2 = x^3 + a*x + b |
| operation | string | yes | One of: rank, torsion_order, discriminant, j_invariant, conductor, gens |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
Structured output declared, but exposes no named fields.
No examples provided.
evaluate_sage ~448
Run arbitrary SageMath code in a persistent session; variables persist across calls. LAST RESORT. A dedicated tool exists for most tasks and should be preferred: it validates arguments and returns a typed result instead of a repr string. Reach for one of these first: - calculus: differentiate_expression, integrate_expression, limit_expression, series_expansion, symbolic_sum, solve_ode - algebra: solve_equation, simplify_expression, expand_expression, factor_expression, find_root - linear algebra: matrix_operation (determinant, inverse, eigenvalues, rank, rref, transpose), matrix_multiply - discrete: number_theory_operation, combinatorics_operation (binomial, partitions, catalan, fibonacci, bell), graph_operation, group_operation - specialised: elliptic_curve_operation, coding_theory_operation, polynomial_ring_operation, boolean_algebra_operation, geometry_operation, vector_calculus_operation - data: statistics_summary, distribution_operation - plots: plot_expression, plot3d_expression, plot_multi_expression Use evaluate_sage only for what those do not cover, for example: Transforms: var('t s'); laplace(sin(t), t, s); inverse_laplace(1/(s^2+1), s, t) Modular arithmetic: Mod(17, 5); power_mod(3, 100, 97) Recurrences: var('n'); f = function('f'); desolve_rec(f(n+2)-f(n+1)-f(n), f, [0, 1]) Continued fractions: continued_fraction(pi).convergents()[:10] Number fields: K.<a> = NumberField(x^3 - 2); K.class_number() Multi-step work that builds on values defined earlier in the same session.
| Name | Type | Req | Description |
|---|---|---|---|
| capture_stdout | boolean | – | Capture stdout emitted by Sage code |
| code | string | yes | SageMath code to execute |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
| timeout | – | – | Override the evaluation timeout in seconds |
| want_latex | boolean | – | Return LaTeX representation when possible |
| Name | Type | Req | Description |
|---|---|---|---|
| elapsed_ms | number | yes | Wall-clock execution time in milliseconds. |
| latex | – | – | LaTeX serialization of the result when requested and supported. |
| result | – | – | String representation of the expression result if available. |
| result_type | string | yes | – |
| stdout | string | – | Captured stdout emitted during execution. |
No examples provided.
evaluate_sage_streaming ~76
Execute SageMath code and stream intermediate print() output line by line. Final result is returned as usual.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | SageMath code to execute |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
| timeout_seconds | – | – | Override timeout in seconds |
| Name | Type | Req | Description |
|---|---|---|---|
| elapsed_ms | number | yes | Wall-clock execution time in milliseconds. |
| latex | – | – | LaTeX serialization of the result when requested and supported. |
| result | – | – | String representation of the expression result if available. |
| result_type | string | yes | – |
| stdout | string | – | Captured stdout emitted during execution. |
No examples provided.
expand_expression ~45
Expand a mathematical expression
| Name | Type | Req | Description |
|---|---|---|---|
| expression | string | yes | Expression to expand |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
Structured output declared, but exposes no named fields.
No examples provided.
factor_expression ~62
Factor a mathematical expression or integer
| Name | Type | Req | Description |
|---|---|---|---|
| expression | string | yes | Expression to factor (e.g., 'x^2 - 1' or '60') |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
Structured output declared, but exposes no named fields.
No examples provided.
find_root ~119
Find a numeric root of an expression or equation in a given interval
| Name | Type | Req | Description |
|---|---|---|---|
| expression | string | yes | Expression or equation to find a root of (e.g. 'x - cos(x)', or 'E - 0.6*sin(E) = 0.75') |
| lower_bound | number | – | Left bound of search interval |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
| upper_bound | number | – | Right bound of search interval |
| variable | string | – | Variable |
Structured output declared, but exposes no named fields.
No examples provided.
geometry_operation ~106
Computational geometry on point sets: euclidean distance, polygon area, polytope volume, convex hull vertices and convexity tests. Prefer this over evaluate_sage for these.
| Name | Type | Req | Description |
|---|---|---|---|
| operation | string | yes | One of: distance, polygon_area, polytope_volume, convex_hull_vertices, is_convex |
| points | array | yes | List of points as coordinate lists |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
Structured output declared, but exposes no named fields.
No examples provided.
graph_operation ~151
Graph theory: create named graphs and compute properties (chromatic_number, is_connected, diameter, etc.)
| Name | Type | Req | Description |
|---|---|---|---|
| graph | string | yes | Graph constructor: a named graph like 'PetersenGraph' or an adjacency dict like '{0:[1,2], 1:[0,2], 2:[0,1]}' |
| operation | string | yes | One of: chromatic_number, is_connected, is_planar, diameter, order, size, degree_sequence, adjacency_matrix, shortest_path (requires source and target) |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
| source | – | – | Source vertex |
| target | – | – | Target vertex |
Structured output declared, but exposes no named fields.
No examples provided.
group_operation ~122
Group theory: construct groups and query properties (order, is_abelian, center, etc.)
| Name | Type | Req | Description |
|---|---|---|---|
| group | string | yes | Sage group constructor, e.g. 'SymmetricGroup(5)', 'DihedralGroup(4)', 'CyclicPermutationGroup(6)', 'AlternatingGroup(5)' |
| operation | string | yes | One of: order, is_abelian, is_cyclic, center_order, conjugacy_classes_count, exponent |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
Structured output declared, but exposes no named fields.
No examples provided.
integrate_expression ~102
Integrate an expression (indefinite or definite with bounds)
| Name | Type | Req | Description |
|---|---|---|---|
| expression | string | yes | Expression to integrate |
| lower_bound | – | – | Lower bound for definite integral (e.g., '0', '-oo') |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
| upper_bound | – | – | Upper bound for definite integral (e.g., '1', 'oo') |
| variable | string | – | Integration variable |
Structured output declared, but exposes no named fields.
No examples provided.
interrupt_sage_session ~44
Interrupt a running Sage computation while keeping variables defined so far
| Name | Type | Req | Description |
|---|---|---|---|
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | – | – |
No examples provided.
limit_expression ~106
Compute the limit of an expression
| Name | Type | Req | Description |
|---|---|---|---|
| direction | – | – | Direction: 'plus' (right), 'minus' (left), or omit for both |
| expression | string | yes | Expression to take the limit of |
| point | string | – | Point to approach (e.g., '0', 'oo', '-oo') |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
| variable | string | – | Variable approaching the point |
Structured output declared, but exposes no named fields.
No examples provided.
list_sage_sessions ~21
List the named Sage workspaces belonging to this client
Input schema present but exposes no named parameters.
Structured output declared, but exposes no named fields.
No examples provided.
matrix_multiply ~103
Multiply two matrices and return the result as nested lists
| Name | Type | Req | Description |
|---|---|---|---|
| matrix_a | array | yes | Left matrix (rows of numbers). Integers stay exact; pass values from 2^53 up as decimal strings, e.g. "9007199254740993". |
| matrix_b | array | yes | Right matrix (rows of numbers). Integers stay exact. |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
Structured output declared, but exposes no named fields.
No examples provided.
matrix_operation ~113
Linear algebra on one matrix: determinant, inverse, eigenvalues, rank, reduced row echelon form, transpose. Prefer this over evaluate_sage.
| Name | Type | Req | Description |
|---|---|---|---|
| matrix | array | yes | Matrix as nested list of numbers. Integers stay exact; pass values from 2^53 up as decimal strings. |
| operation | string | yes | One of: determinant, inverse, eigenvalues, rank, rref, transpose |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
Structured output declared, but exposes no named fields.
No examples provided.
number_theory_operation ~167
Number theory: primality testing, integer factorisation, the next prime above n, gcd and lcm. Prefer this over evaluate_sage for any of these.
| Name | Type | Req | Description |
|---|---|---|---|
| a | – | yes | Primary integer. Pass values above 2^53 as a decimal STRING: JSON numbers are IEEE doubles in JavaScript-based clients, so 10^30 arrives as 1000000000000000019884624838656 and the answer is silently… |
| b | – | – | Second integer, required for gcd and lcm. Same string rule. |
| operation | string | yes | Operation: 'is_prime', 'factor_integer', 'next_prime', 'gcd', 'lcm' |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
Structured output declared, but exposes no named fields.
No examples provided.
plot_expression ~88
Plot an expression and return a base64-encoded PNG image
| Name | Type | Req | Description |
|---|---|---|---|
| expression | string | yes | Expression to plot |
| range_max | number | – | Upper bound of plot range |
| range_min | number | – | Lower bound of plot range |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
| variable | string | – | Plot variable |
Structured output declared, but exposes no named fields.
No examples provided.
plot_multi_expression ~103
Plot multiple expressions overlaid on a single 2D graph
| Name | Type | Req | Description |
|---|---|---|---|
| expressions | array | yes | List of expressions to plot (e.g. ['sin(x)', 'cos(x)']) |
| range_max | number | – | Upper bound of plot range |
| range_min | number | – | Lower bound of plot range |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
| variable | string | – | Plot variable |
Structured output declared, but exposes no named fields.
No examples provided.
plot3d_expression ~137
Plot a 3D surface of a two-variable expression as base64 PNG
| Name | Type | Req | Description |
|---|---|---|---|
| expression | string | yes | Expression of two variables (e.g. 'sin(x)*cos(y)') |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
| x_range_max | number | – | X upper bound |
| x_range_min | number | – | X lower bound |
| x_variable | string | – | First variable |
| y_range_max | number | – | Y upper bound |
| y_range_min | number | – | Y lower bound |
| y_variable | string | – | Second variable |
Structured output declared, but exposes no named fields.
No examples provided.
polynomial_ring_operation ~138
Polynomial ring operations: construct rings and compute Groebner bases, ideals, quotients
| Name | Type | Req | Description |
|---|---|---|---|
| base_ring | string | – | Base ring |
| operation | string | yes | One of: groebner_basis, ideal_dimension, ideal_variety, reduce, is_groebner |
| polynomials | array | yes | Polynomials as strings, e.g. ['a^2+b', 'b^2-1'] |
| ring_vars | array | yes | Variable names, e.g. ['a', 'b', 'c'] |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
Structured output declared, but exposes no named fields.
No examples provided.
reset_sage_session ~44
Reset the SageMath session state for the current MCP session
| Name | Type | Req | Description |
|---|---|---|---|
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | – | – |
No examples provided.
series_expansion ~87
Compute a Taylor/Laurent series expansion
| Name | Type | Req | Description |
|---|---|---|---|
| expression | string | yes | Expression to expand in series |
| order | integer | – | Number of terms in the expansion |
| point | string | – | Point around which to expand |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
| variable | string | – | Variable for expansion |
Structured output declared, but exposes no named fields.
No examples provided.
simplify_expression ~46
Simplify a mathematical expression
| Name | Type | Req | Description |
|---|---|---|---|
| expression | string | yes | Expression to simplify |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
Structured output declared, but exposes no named fields.
No examples provided.
solve_equation ~80
Solve an equation or system of equations
| Name | Type | Req | Description |
|---|---|---|---|
| equation | – | yes | Equation string (e.g., 'x^2 - 1 = 0') or list of equations for systems |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
| variable | – | – | Variable or list of variables to solve for |
Structured output declared, but exposes no named fields.
No examples provided.
solve_ode ~115
Solve an ordinary differential equation of any order, returning the general solution with arbitrary constants. Prefer this over evaluate_sage.
| Name | Type | Req | Description |
|---|---|---|---|
| equation | string | yes | ODE string, e.g., "diff(y(x),x) + y(x) = 0" |
| function | string | – | Dependent function name (e.g., 'y') |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
| variable | string | – | Independent variable (e.g., 'x') |
Structured output declared, but exposes no named fields.
No examples provided.
start_sage_session ~41
Start a named Sage workspace with its own independent variables
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Workspace name, e.g. 'curves' or 'scratch' |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | – | – |
No examples provided.
statistics_summary ~76
Descriptive statistics for a list of numbers: mean, median, population and sample variance and standard deviation, min and max. Prefer this over evaluate_sage for summary statistics.
| Name | Type | Req | Description |
|---|---|---|---|
| data | array | yes | List of numeric values |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
Structured output declared, but exposes no named fields.
No examples provided.
stop_sage_session ~31
Stop a named Sage workspace and release its worker
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Workspace name to stop |
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | – | – |
No examples provided.
symbolic_sum ~141
Closed form of a symbolic sum or product over an index variable, including infinite series. Prefer this over evaluate_sage for summations.
| Name | Type | Req | Description |
|---|---|---|---|
| expression | string | yes | Expression to sum (e.g. '1/n^2') |
| lower | string | – | Lower bound (e.g. '1') |
| product | boolean | – | If true, compute a product instead of a sum |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
| upper | string | – | Upper bound (e.g. 'oo' for infinity) |
| variable | string | – | Index variable (e.g. 'n') |
Structured output declared, but exposes no named fields.
No examples provided.
vector_calculus_operation ~112
Vector calculus operations: gradient, divergence, curl, laplacian
| Name | Type | Req | Description |
|---|---|---|---|
| expression | – | yes | Scalar field (string) for gradient/laplacian, or vector field components (list) for divergence/curl |
| operation | string | yes | One of: gradient, divergence, curl, laplacian |
| session | string | – | Named workspace to use. Workspaces have independent variables; omit for 'default'. |
| variables | – | – | Variable names (e.g. ['x', 'y', 'z']) |
Structured output declared, but exposes no named fields.
No examples provided.