Skip to main content
Glama
MaxEllis

orcaslicer-mcp

by MaxEllis

Get slice status

get_slice_status
Read-only

Retrieve the current or last slicing state, statistics, and warnings to monitor and validate OrcaSlicer jobs.

Instructions

Current/last slice state, stats, and warnings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The readOnlyHint annotation already indicates this is a safe read operation, lowering the transparency burden. The description adds the temporal scope 'current/last' and lists the categories of information returned, but it does not provide further behavioral detail such as whether the value is cached, how recently it updates, or how warnings are formatted. There is no contradiction with annotations.

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 a single concise phrase that immediately communicates the tool's purpose. It has no filler or redundant restating of the tool name, and every word contributes to understanding.

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

Completeness4/5

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

For a simple, parameterless, read-only status tool, the description provides enough context by naming the three result categories: state, stats, and warnings. There is no output schema, so the description partially covers return expectations, though actual field names and structure are not specified. It is adequate but not exhaustive.

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

Parameters4/5

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

The tool has no parameters, so the input schema is empty and the description adds no parameter meaning. With zero params, the baseline is 4; there is nothing else needed here.

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

Purpose4/5

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

The description 'Current/last slice state, stats, and warnings' clearly identifies a status-reporting tool for the current or most recent slice. It names the resource (slice) and the kind of data returned (state, stats, warnings), but it does not explicitly distinguish itself from the sibling tools get_slice_warnings and get_slice_breakdown, which likely cover the warnings and stats aspects in more detail.

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

Usage Guidelines2/5

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

No usage guidance is provided. The description does not state when to use this tool versus get_slice_warnings, get_slice_breakdown, get_status, or get_job_status, nor does it mention any prerequisites or context such as whether it should be called before or after slicing.

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/MaxEllis/orcaslicer-mcp'

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