Skip to main content
Glama

Delimit Outreach Loop Tick

delimit_outreach_loop_tick

Run one GitHub outreach cycle: monitor open outreach LEDs for new activity, scan for new candidates, and dispatch within per-tick caps. Use from cron or ad hoc for incremental passes.

Instructions

Run one tick of the autonomous github-outreach loop (LED-2214b).

When to use: from an external scheduler (cron, loop_daemon) or for an ad-hoc manual cycle. The tick monitors existing outreach LEDs for new activity AND scans for new substantive candidates. When NOT to use: as a backfill for thousands of stale items — the per-tick caps are intentional. Multiple ticks at the scheduler interval is the right pattern.

Sibling contrast: delimit_social_target scans a broader platform set; this is github-only and dispatches via the substantive- outreach path (with the SHIFT-1 gates). delimit_sensor_github_ issue watches a single issue; this orchestrates the sensor over every open outreach LED.

Side effects: reads ledger, network reads (gh CLI) for the monitor phase, writes new intel-class LEDs + dispatches new substantive tasks for the scan phase. Honours the DELIMIT_GITHUB_OUTREACH_DISABLED env var and the ~/.delimit/outreach_pause sentinel file as kill switches.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ventureNoSourcing venture (default "delimit").delimit
max_monitorNoPer-tick monitor-call cap (default 50).
max_dispatchNoPer-tick substantive-dispatch cap (default 3). Targets beyond the cap still file intel LEDs but are not dispatched on this tick.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv4.7.9

TDQS

A4.7/5.0
Behavior5/5

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

The description discloses meaningful side effects beyond the annotations: reads ledger and network state, writes new intel-class LEDs, dispatches new substantive tasks, and honors DELIMIT_GITHUB_OUTREACH_DISABLED and ~/.delimit/outreach_pause as kill switches. Annotations only say readOnlyHint=false and destructiveHint=false, so this behavioral detail is valuable and consistent.

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 well-structured with clear sections: one-line summary, when-to-use, when-not-to-use, sibling contrast, and side effects. Every sentence carries distinct information, and the core purpose is front-loaded.

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 complex tool with side effects and scheduling context, this description is complete. It covers invocation context, exclusions, sibling differentiation, side effects, and kill switches. The presence of an output schema means return-value details are not required in the description.

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?

The input schema already provides 100% parameter documentation with descriptions for venture, max_monitor, and max_dispatch. The description adds context about per-tick caps being intentional and the pattern of multiple ticks, but it does not add much parameter-specific meaning beyond what the schema already supplies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Run one tick of the autonomous github-outreach loop.' It distinguishes itself from siblings by explicitly noting it is github-only, orchestrates over every open outreach LED, and uses the substantive-outreach path, unlike delimit_social_target and delimit_sensor_github_issue.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description states exactly when to use it (external scheduler, loop_daemon, or ad-hoc manual cycle) and when not to use it (backfill for thousands of stale items), even explaining the right pattern: multiple ticks at the scheduler interval. It names specific sibling alternatives and how they differ.

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/delimit-ai/delimit-mcp-server'

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