Skip to main content
Glama

roop.public.judgments.get_segment

Fetch one bounded, continuable segment of an exact public judgment by ROOP judgment id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
offsetNo
roop_idYes
max_charsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

C2.8/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It hints at 'bounded, continuable' behavior implying pagination, but does not explain how continuation works, error outcomes, or confirm read-only nature. For a fetch with zero annotation coverage, this is insufficient.

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, efficient sentence that front-loads the verb and resource, with no redundant or filler content. Every word contributes to the meaning.

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

Completeness2/5

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

With no output schema and no annotations, the description must compensate by explaining return format and pagination mechanics. It does not detail how to use offset/max_chars, what a 'segment' contains, or how to continue fetching, leaving significant gaps for reliable invocation.

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

Parameters2/5

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

Schema description coverage is 0%, and the description only references roop_id ('by ROOP judgment id'). The words 'bounded' and 'continuable' implicitly map to max_chars and offset, but this is not explicit and offers no concrete syntax, defaults, or relationship between parameters.

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 uses the specific verb 'Fetch' and clearly identifies the resource ('public judgment by ROOP judgment id'), along with the scope ('one bounded, continuable segment'). It distinguishes from search tools but does not explicitly contrast with the sibling get_packet, so it lacks full differentiation.

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?

There is no guidance on when to use this tool versus alternatives like get_packet or search. It does not mention prerequisites, exclusions, or any comparative context, leaving the agent without selection criteria.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.