# run_loop_tick

ONE-CALL value: one Recursive Loop improvement cycle — no demo order. Free 3/day then $0.25/tick. Returns next phase + measurable actions.

Agent View of the PolicyLayer registry record for `run_loop_tick`. HTML page: https://policylayer.com/tools/dev-dualregistry-registry/run-loop-tick

## Facts

- Tool: `run_loop_tick`
- Server: Dual Registry (`https://www.dualregistry.dev/api/protocol`) — https://policylayer.com/tools/dev-dualregistry-registry.md
- Homepage: https://github.com/manhatton31-svg/dualregistry
- Risk category: Execute (High risk)
- Registry record: grade F, identity unverified
- Server auth posture: open
- Server CORS policy: *
- Server rate-limited: no
- Parameters: 5 (1 required)
- Recommended policy verdict: Rate-limited

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `goals` | string | no |  |
| `agent_name` | string | yes |  |
| `listing_id` | string | no |  |
| `prior_state` | object | no |  |
| `payment_proof` | string | no |  |

Parameters from the server's own tool schema.

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "run_loop_tick",
    "arguments": {
      "agent_name": "<agent_name>"
    }
  }
}
```

## Why run_loop_tick is rated High

run_loop_tick triggers real processes with real consequences. An agent gone sideways doesn't fire it once. It starts dozens of builds, sends mass notifications, or burns through compute before anyone looks up.

## Use case

AI agents invoke run_loop_tick to trigger actions in Dual Registry. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call: builds kicked off, notifications sent, workflows started.

## Recommended policy (PolicyLayer)

Verdict: **Rate-limited**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Dual Registry:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "run_loop_tick": {
      "limits": [
        {
          "counter": "run_loop_tick_rate",
          "window": "minute",
          "max": 10,
          "scope": "grant"
        }
      ]
    }
  }
}
```

## Other tools on Dual Registry (63)

- `execute_compose` — Execute — https://policylayer.com/tools/dev-dualregistry-registry/execute-compose.md
- `deposit_outcome` — Financial — https://policylayer.com/tools/dev-dualregistry-registry/deposit-outcome.md
- `abundance_rank` — Read — https://policylayer.com/tools/dev-dualregistry-registry/abundance-rank.md
- `ard_search` — Read — https://policylayer.com/tools/dev-dualregistry-registry/ard-search.md
- `attest` — Read — https://policylayer.com/tools/dev-dualregistry-registry/attest.md
- `attractor_targets` — Read — https://policylayer.com/tools/dev-dualregistry-registry/attractor-targets.md
- `bind_identity` — Read — https://policylayer.com/tools/dev-dualregistry-registry/bind-identity.md
- `capability_hash` — Read — https://policylayer.com/tools/dev-dualregistry-registry/capability-hash.md
- `check_liveness` — Read — https://policylayer.com/tools/dev-dualregistry-registry/check-liveness.md
- `check_status` — Read — https://policylayer.com/tools/dev-dualregistry-registry/check-status.md
- `co_sign_founding` — Read — https://policylayer.com/tools/dev-dualregistry-registry/co-sign-founding.md
- `collab_access_status` — Read — https://policylayer.com/tools/dev-dualregistry-registry/collab-access-status.md
- `collab_session_claim` — Read — https://policylayer.com/tools/dev-dualregistry-registry/collab-session-claim.md
- `collab_session_join` — Read — https://policylayer.com/tools/dev-dualregistry-registry/collab-session-join.md
- `collab_session_result` — Read — https://policylayer.com/tools/dev-dualregistry-registry/collab-session-result.md
- `compose_peers` — Read — https://policylayer.com/tools/dev-dualregistry-registry/compose-peers.md
- `cost_model` — Read — https://policylayer.com/tools/dev-dualregistry-registry/cost-model.md
- `endorse` — Read — https://policylayer.com/tools/dev-dualregistry-registry/endorse.md
- `follow_trail` — Read — https://policylayer.com/tools/dev-dualregistry-registry/follow-trail.md
- `get_acceleration` — Read — https://policylayer.com/tools/dev-dualregistry-registry/get-acceleration.md
- `get_agent_runs` — Read — https://policylayer.com/tools/dev-dualregistry-registry/get-agent-runs.md
- `get_co_sign_pairs` — Read — https://policylayer.com/tools/dev-dualregistry-registry/get-co-sign-pairs.md
- `get_exonomics` — Read — https://policylayer.com/tools/dev-dualregistry-registry/get-exonomics.md
- `get_feedback_pricing` — Read — https://policylayer.com/tools/dev-dualregistry-registry/get-feedback-pricing.md
- `get_founding_deal` — Read — https://policylayer.com/tools/dev-dualregistry-registry/get-founding-deal.md
- `get_incentives` — Read — https://policylayer.com/tools/dev-dualregistry-registry/get-incentives.md
- `get_platform_cost` — Read — https://policylayer.com/tools/dev-dualregistry-registry/get-platform-cost.md
- `get_reciprocity` — Read — https://policylayer.com/tools/dev-dualregistry-registry/get-reciprocity.md
- `hyper_index` — Read — https://policylayer.com/tools/dev-dualregistry-registry/hyper-index.md
- `improve_kernel` — Read — https://policylayer.com/tools/dev-dualregistry-registry/improve-kernel.md
- …and 33 more: https://policylayer.com/tools/dev-dualregistry-registry.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=dev-dualregistry-registry · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/dev-dualregistry-registry
