Skip to main content
Glama
miningyu

Scouter MCP Server

by miningyu

Get Realtime XLogs

get_realtime_xlogs
Read-only

Retrieve real-time XLog transaction entries since specified offsets. Pass loop and index offsets to get decoded data, then use returned offsets for subsequent polling.

Instructions

Get recent real-time transaction data (XLogs) produced since the given offsets. Returns decoded XLog entries with loop/index offsets for subsequent polling. Use offset 0/0 for the first call, then pass returned offsets to get newer data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
obj_typeNoObject type filter (e.g., 'tomcat')
xlog_loopNoLoop offset from previous response for pagination. Start with 0.
obj_hashesNoComma-separated object hashes. If omitted, uses all alive agents.
xlog_indexNoIndex offset from previous response for pagination. Start with 0.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds meaningful behavioral context by explaining that it returns decoded XLog entries along with loop/index offsets for subsequent polling, clarifying the incremental and paginated nature of the data.

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 three concise sentences that front-load the purpose and provide essential usage details without extraneous information. Every sentence earns its place.

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 polling tool with no output schema, the description adequately explains the return format (decoded XLog entries with offsets) and the initial usage pattern. It could mention what happens when no data is available or how to terminate polling, but it is sufficiently complete for an agent to use the tool correctly.

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 description coverage is 100%, so the baseline is 3. The description reinforces the offset usage pattern ('Use offset 0/0 ... pass returned offsets') but adds little beyond what the schema already states about the offset parameters. It does not introduce new semantic details for obj_type or obj_hashes beyond the schema.

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 action ('Get') and resource ('recent real-time transaction data (XLogs)') with a specific scope ('since given offsets'). It distinguishes itself from the sibling tool get_raw_xlog by specifying 'decoded' entries rather than raw, making its 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 Guidelines4/5

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

It provides explicit usage guidance for the polling pattern: 'Use offset 0/0 for the first call, then pass returned offsets to get newer data.' However, it does not mention alternatives or when not to use this tool, so it stops short of a 5.

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/miningyu/scouter-mcp-server'

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