Skip to main content
Glama

obo_next

Retrieve the next priority item from a One-By-One review session, returning in-progress items first by highest score, then pending items.

Instructions

Return the next item to work on.

Returns in_progress items first (highest priority_score), then pending.

Args: session_file: Absolute path or filename relative to {base_dir}/.github/obo_sessions/ base_dir: Required if session_file is a bare filename

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_fileYes
base_dirNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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. It successfully documents the selection algorithm (priority_score ordering and status precedence), but fails to disclose critical behavioral traits such as whether calling this tool locks/assigns the item, triggers state transitions, or error conditions when sessions are empty.

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

Conciseness4/5

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

The description is appropriately front-loaded with the core purpose, followed by behavioral details and an Args section. The formatting is clear despite being embedded in a string, with no redundant or wasted sentences.

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?

Given the output schema exists (relieving the description of return value documentation), the description adequately covers the 2 parameters and retrieval logic. It could be improved by noting error states or side effects, but it is sufficient for correct invocation.

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

Parameters5/5

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

Schema description coverage is 0%, requiring the description to fully compensate. It successfully documents both parameters: session_file clarifies the path format relative to {base_dir}/.github/obo_sessions/, and base_dir explicitly states its conditional requirement ('Required if session_file is a bare filename').

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 clearly states the tool 'Return[s] the next item to work on' with specific prioritization logic (in_progress items first by highest priority_score, then pending). This effectively distinguishes it from siblings like obo_list_items (which returns all) or obo_get_item (specific lookup).

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 explains the internal prioritization algorithm (which implies when certain items are returned), but lacks explicit guidance on when to use this versus alternatives like obo_get_item or obo_list_items, and does not mention prerequisites such as requiring an existing session.

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/Warnes-Innovations/obo-mcp'

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