Skip to main content
Glama
iseppo

e-arveldaja MCP Server

by iseppo

Get Operation Result Page

get_operation_result_page
Read-onlyIdempotent

Fetch a read-only page of public details from a completed operation. Use cursor and page size to navigate results.

Instructions

Retrieve one bounded, read-only page of safe public details from a completed operation. This never resumes or mutates the operation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cursorNoOptional opaque cursor returned by the preceding page
page_sizeNoMaximum items to return. Default: 20; maximum: 50
operation_handleYesOpaque server-issued operation-result handle
Behavior3/5

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

Annotations already indicate read-only, idempotent, non-destructive. The description adds the nuance of 'safe public details' and 'never resumes or mutates', slightly extending transparency.

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?

Two concise sentences, front-loaded with the action and followed by a clarifying negative. No extraneous words.

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?

The description does not explain pagination behavior (e.g., ordering, next-page retrieval) or the structure of the returned page. For a paging tool with no output schema, more detail would be helpful.

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?

Schema coverage is 100%, so parameters are fully described in the schema. The description does not add extra semantics beyond what's already in the schema descriptions.

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 uses specific verbs ('Retrieve') and resource ('one bounded, read-only page of safe public details from a completed operation'), clearly distinguishing it from mutation tools. It explicitly states what it does not do ('never resumes or mutates').

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

Usage Guidelines4/5

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

The description specifies that the operation must be completed, implying the prerequisite. It lacks explicit when-not-to-use or comparison with siblings like 'get_execution_plan_page', but the context is clear.

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/iseppo/e-arveldaja-mcp'

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