Skip to main content
Glama
XBP-Europe
by XBP-Europe

evaluate_sage_streaming

Execute SageMath code and get intermediate print() output streamed line by line, with the final result returned as usual.

Instructions

Execute SageMath code and stream intermediate print() output line by line. Final result is returned as usual.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesSageMath code to execute
timeout_secondsNoOverride timeout in seconds

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
latexNoLaTeX serialization of the result when requested and supported.
resultNoString representation of the expression result if available.
stdoutNoCaptured stdout emitted during execution.
elapsed_msYesWall-clock execution time in milliseconds.
result_typeYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It reliably conveys that the tool streams print() output and returns the final result 'as usual,' but it omits details about session interaction, error handling, or side effects. This gives a basic understanding without being comprehensive.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded: the first sentence states the core action and streaming behavior, and the second sentence clarifies the return. Every word earns its place with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

An output schema exists, so return values are covered without description. However, the description lacks contextual details such as whether it uses a persistent session (given siblings like reset_sage_session) or when to choose this over the non-streaming evaluate_sage. The description is adequate for the simple schema but leaves these gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already covers both parameters (code and timeout_seconds) with descriptions, achieving 100% coverage. The description does not add parameter-specific meaning beyond the schema, so the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool executes SageMath code and specifically highlights the streaming of intermediate print() output line by line. This distinguishes it from sibling tool 'evaluate_sage', which likely does not stream, making the purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool's usage when streaming intermediate output is desired, especially with the phrase 'stream intermediate print() output line by line.' However, it does not explicitly state when to use this over alternatives like evaluate_sage, nor does it mention any exclusions or prerequisites. The guidance is implied rather than direct.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/XBP-Europe/sagemath-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server