Skip to main content
Glama
jaisimha18

Sentinel Gateway

by jaisimha18

sentinel_get_review_queue

Retrieve all items in the human review queue, including pending drift detections, injection flags, and policy violations that require human approval.

Instructions

Get all items in the human review queue. Shows pending drift detections, injection flags, and policy violations that need human approval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoFilter by status (default: all)
Behavior3/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. It correctly identifies this as a read operation ('Get all items'). However, it doesn't disclose whether approval/denial mutations are required afterward, pagination or limit behavior, ordering, or whether results are restricted by status when defaulted. The mention that status defaults to 'all' provides some transparency about default behavior.

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?

Two efficient sentences with zero wasted words. The purpose statement is front-loaded and the item types enumerate is valuable context. Nothing extraneous, though it could benefit from one brief usage note.

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 simple read tool with one well-documented parameter and no annotations, the description is adequately complete. It defines the resource, the item types, and the approval workflow context. It's missing minor details like ordering/pagination, but for this tool's complexity level it doesn't feel significantly under-specified.

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 schema already documents the single status parameter. The description mentions that items 'need human approval' and implies the queue contains pending items, which adds slight context about what the status filter governs. But the description doesn't elaborate on the status parameter beyond what the enum already provides, so baseline 3 is appropriate.

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 verb (get) and resource (review queue items), enumerating specific content types (drift detections, injection flags, policy violations). It distinguishes itself well from siblings like sentinel_get_call_history and sentinel_get_dashboard_stats. However, it doesn't explicitly contrast against the approval/denial sibling tools, though the purpose is clear enough.

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 implies when to use it (when reviewing pending human-approval items) but doesn't explicitly state when not to use it or mention alternatives. The sibling tools sentinel_approve_review and sentinel_deny_review provide complementary context, but the description doesn't reference them or explain the workflow relationship.

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/jaisimha18/nebula-ninjas'

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