Skip to main content
Glama

ecosystem_shallow_queue_status

Check the Stage 0 shallow-scan queue status for the active project, returning counts of pending scans, in-flight dispatches, failures, and deleted or private-flagged repos to monitor pipeline health and self-learning progress.

Instructions

Show Stage 0 shallow-scan queue status for the active project.

Returns counts for active profiles, pending shallow scans, in-flight dispatches, terminal failures (shallow_failed), and deleted/private-flagged repos. The self_learning_pending map shows how many distinct repos have hit each failure class so far (a class becomes eligible for a recorded lesson once the count reaches 3).

Returns: {project_id, active_total, pending_shallow, in_flight, shallow_failed, deleted, private_now, concurrency, self_learning_pending}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries full burden. It does well: it lists the exact return fields, explains the meaning of the self_learning_pending map, and even discloses the threshold behavior (a class becomes eligible once count reaches 3). This provides meaningful behavioral context beyond a simple status read.

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 reasonably concise and front-loaded with the core purpose in the first sentence. The Returns section is a slightly verbose but useful structured enumeration of output fields. Each sentence earns its place, though the prose-like Returns block could be tightened into a compact list format.

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

Completeness5/5

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

For a zero-parameter read-only status tool with an output schema present, the description is complete. It documents the purpose, the output fields, and the non-obvious semantics of self_learning_pending. The presence of an output schema means the return-value structure is already encoded elsewhere, and the description supplements it with meaning (the threshold rule). Given the tool's simplicity, nothing essential is missing.

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?

The tool has 0 parameters with 100% schema coverage (the schema is an empty object with additionalProperties: false). With no parameters to document, the baseline is 4 per the rubric, and the description goes further by thoroughly documenting the return value structure, effectively compensating for any ambiguity about what the tool produces. This exceeds the baseline.

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 what the tool does: 'Show Stage 0 shallow-scan queue status for the active project.' It names the specific resource (shallow-scan queue) and scope (active project). Among siblings like ecosystem_scan_status, ecosystem_summary_health, and ecosystem_repo_manual_status, it distinguishes itself by focusing specifically on the shallow-scan queue status, though it doesn't explicitly name the distinguishing sibling.

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 this is the go-to tool for checking shallow-scan queue status ('Show Stage 0 shallow-scan queue status'), which allows an agent to infer when to use it. However, it provides no explicit when-to-use/when-not-to-use guidance or exclusions vs. siblings like ecosystem_scan_status or ecosystem_summary_health, which could cover related informational needs.

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/CronusL-1141/AI-company'

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