Skip to main content
Glama

obo_mark_skip

Mark items as skipped in One-By-One review sessions to manage workflow priorities and track resolution status with optional reasoning.

Instructions

Mark an item as skipped.

Args: session_file: Absolute path or filename relative to {base_dir}/.github/obo_sessions/ item_id: Item ID to skip base_dir: Required if session_file is a bare filename reason: Optional reason for skipping

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_fileYes
item_idYes
base_dirNo
reasonNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Without annotations, the description carries the full burden. It adds valuable behavioral context for path resolution (base_dir logic relative to .github/obo_sessions/), but fails to disclose mutation semantics, reversibility, side effects, or what the output schema contains.

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?

Efficient Args-based structure with zero redundancy. Each line documents exactly one parameter with precise constraints. Front-loaded purpose statement followed by detailed parameter specs.

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?

Adequate for a state-change tool with 4 parameters, given the output schema handles return value documentation. However, lacks workflow context (session advancement behavior) and safety implications of the skip action that would help an agent use it correctly in sequence with obo_next or obo_mark_complete.

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?

Critical compensation for 0% schema description coverage. The Args section comprehensively documents all 4 parameters, including conditional requirements (base_dir required if bare filename) and path resolution logic that the schema completely lacks.

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 core action ('Mark') and target state ('skipped') for an 'item'. It implicitly distinguishes from sibling 'obo_mark_complete' via the 'skipped' vs 'complete' state distinction, though it doesn't explicitly name the sibling.

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 guidance provided on when to use skip versus complete (obo_mark_complete), or workflow context (e.g., whether this advances to the next item). No prerequisites or conditions are mentioned.

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