Skip to main content
Glama
paultaki
by paultaki

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AI_LOOP_LIBRARY_CATALOG_URLNoURL to the catalog JSON filehttps://ailooplibrary.com/catalog.json
AI_LOOP_LIBRARY_CATALOG_PATHNoPath to a local JSON file as catalog source (catalog.json or data/loops.json shape)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
browse_catalogA

The entire AI Loop Library as a compact digest (~2k tokens): every loop's id, category, one-line use_when, and verifier strength. This is the highest-signal single call here — you know the operator's repo, data, and recurring pain, so scan the digest against that context and make the pick yourself. Follow with get_loop for depth or render_run_protocol to run one.

search_loopsA

Search AI Loop Library's bounded, verifiable work loops by job-to-be-done, keyword, or category. Each loop ships with a trigger, one-change-per-round discipline, a verification check, a stop condition, a budget, and a human approval boundary — so an agent can run it without thrashing. Returns ranked matches with a one-line why-matched.

get_loopA

Fetch one loop's full spec by id or slug: objective, trigger, allowed actions, verification (+ verifier strength), stop condition, budget, approval boundary, copyable prompt, and canonical URL. Use after browse_catalog or search_loops.

pick_loop_for_goalA

Shortlist the best-matching loops for a stated goal (lexical ranking with an honest confidence signal) — you make the final call. Returns 5 candidates with use_when, verification, and why-matched so you can judge against operator context the server can't see. When confidence is low, trust your own read of browse_catalog over this ranking. Follow with render_run_protocol for the executable version.

render_run_protocolA

Render a loop as an executable markdown run protocol an agent can follow directly: objective/done contract, allowed actions, one-change-per-round rule, the same verification every round, a durable state-file skeleton, stop conditions, budget, risk-colored approval boundary, proof format, and a paste-ready Claude Code prompt. Session loops get bounded rounds; scheduled-tick business loops (SEO, ads, product metrics) get experiment logs, undo-losers discipline, and notify-the-human ticks.

critique_loopA

Lint any loop design — the operator's own, or one you drafted — against the AI Loop Library anti-pattern rubric: verifier present and objective, stop condition, budget, one-change-per-round, durable state, same-check-every-round, micro-metric objective (MVL), human gates on risky surfaces, defined trigger. Returns a 0–10 score, per-check fixes, and related catalog loops. Deterministic text lint, not a model — 'missing' means 'not stated'.

design_loopA

Scaffold a NEW loop spec from a stated bottleneck when no catalog loop fits: returns a draft with every required field (trigger, scope, one-round action, suggested verifier for the domain, state files, stop conditions, budget, risk colors), an MVL sanity check on the objective, and the nearest existing loops to steal structure from. Follow with critique_loop on the completed draft.

list_categoriesA

List loop categories with live counts and library filter URLs.

catalog_statsA

Catalog overview: loop count, categories, featured loops, last_updated, and where the catalog was loaded from.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
AI Loop Library catalogFull catalog of bounded, verifiable AI agent loops (JSON).
Source Library Ingestion QATurn raw captures into retrieval-ready knowledge instead of a pile of orphaned links.
Claude Code Repo ReadinessMake the repo legible to agents before asking them to do real work.
Project Docs FreshnessKeep documentation synced with what the product actually does.
Test and Logging CoverageRaise the floor for every future loop by improving the evidence system.
CI OptimizationAttack one CI bottleneck at a time until the target is met or the bottleneck report is more valuable than another tweak.
Open Loop and Stale Memory CleanupReconcile what the system thinks is open against what actually happened.
Social Source to InsightConvert high-signal sources into grounded ideas without auto-posting like a caffeinated intern.
Fresh Clone OnboardingProve the README works from zero, not tribal memory.
Production Error SweepTurn recurring production errors into verified patches.
Dependency CVE BurndownRank vulnerabilities by real exposure, then fix the reachable ones first.
Test Flake StabilizerFind the real cause of flakes instead of wallpapering them with sleeps.
Pre-Publish Source CheckInventory the claims before the internet does it for you.
Research to ArtifactConstrain research around the decision it needs to support.
Browser Quality StreakRun real scenarios until the streak proves the product is stable.
Error Message RewriteReplace error sludge with clear recovery paths.
Accessibility RepairFix access barriers without silencing checks or weakening the standard.
Cold Load TrimReduce first-load bytes without breaking the first impression.
Architecture Rubric RefactorRefactor against a written rubric, not taste fumes.
Adversarial PR ReviewSeparate builder and critic so “looks good to me” means something.
Living StoryMaintain an evidence-backed story of what matters and what is unfinished.
Promise to ProofMake product claims survive contact with reality.
SEO/GEO VisibilityMap priority questions to answer-ready pages.
One Post a Week ExperimentChange one variable per week and let useful audience behavior decide.
Talk to Five BuyersLet buyer language rewrite the page where the objection appears.
Agent Handoff ContinuityPrevent the next agent from starting with amnesia and bravado.
Agent Toolchain Health CheckCheck the harness before blaming the model.
API Contract DriftFind where the API contract forked and bring every consumer back to one truth.
Calendar Promise ProofMine the calendar for promises before they become social debt.
Support Refund Follow-UpKeep the case moving until the money lands or the wall is real.
Loop Hiring ManagerHire loops like employees: for recurring work with clear outcomes.
Acceptance Scenario LockstepPin the target with executable scenarios before the agent starts changing code.
Inbox Decision TriageTurn inbox sludge into a small list of decisions, drafts, and explicit no-actions.
Reference Oracle ImplementationGive the agent an oracle, not a pep talk.
Agent Instructions After-ActionTurn one agent run into better future agent runs.
Spec to Task ShardsMake the agent split the work before it starts swinging a hammer.
Behavior Ladder TDDUse tests as the prompt, one behavior at a time.
Trace-First DebuggingMake the agent earn the fix before touching code.
Visual Feedback RepairShow the agent the page, not just the code.
Memory Bank ContinuityGive stateless agents a project spine.
Sandboxed YOLO ProbeLet the agent run wild somewhere boring.
Parallel Agent Worktree SweepRun more agents, but keep their blast radiuses separate.
Agent Merge Queue ReviewSeparate useful agent output from merge-shaped confetti.
Completion Promise LoopMake the agent promise completion against explicit evidence, not vibes and a cheerful summary.
Release Notes Truth SweepTurn internal change lists into release notes that match the product users can touch.
Prompt Regression SuiteTreat prompts like code: keep a small regression set before tuning the clever wording.
Meeting Transcript Action MinerTurn messy meeting records into owned next actions without inventing commitments.
Feature Flag Retirement SweepRetire stale flags before yesterday's rollout logic becomes tomorrow's haunted house.
Schema Migration Dry RunMake the database change prove itself somewhere safer than the real thing.
Longform to Asset PackTurn one dense source into a small, traceable distribution kit instead of posting chopped-up leftovers.
Incident Timeline ReconstructionTurn incident noise into a usable timeline before the story hardens into folklore.
Customer Proof PacketPackage customer evidence into useful proof without laundering private details into public copy.
RAG Grounding AuditTest the retrieval chain before polished nonsense reaches users.
Side-Effect Dry Run GateMake the agent show its hands before it touches reality.
Vendor Security Packet BuilderTurn scattered security facts into a reusable response packet without improvising compliance poetry.
Model Output Drift WatchCatch quiet AI behavior drift before users become the monitoring system. They charge more.
Webhook Replay HarnessTurn unreliable webhook mysteries into replayable fixtures before touching live traffic.
Stakeholder Briefing PacketCompress scattered context into a source-backed brief so the human shows up oriented, not archaeology-adjacent.
Bug Report to Repro KitTurn blurry bug reports into a small, executable evidence packet before anyone starts spelunking.
Recurring Question to FAQConvert repeated confusion into one reusable answer instead of playing inbox whack-a-mole with nicer fonts.
Permission Scope MinimizerShrink the blast radius before the integration becomes load-bearing and mysteriously sacred.
Notebook to Repeatable PipelineTurn fragile analyst archaeology into a repeatable pipeline with receipts.
CRM Hygiene LoopA bounded loop for when contacts, stages, and follow-ups decay after busy weeks.
Design Token Drift LoopFind hard-coded style values that should be tokens, replace one cluster per round, and stop only when token usage, component examples, and screenshots agree.
Support Macro Learning LoopA bounded loop for when repeated support answers should become product fixes, macros, or docs.
Agent Cost Budget LoopA bounded loop for when agent runs consume meaningful tokens without clear ROI.
SEO Monthly Rank ExperimentScheduled rank-KPI SEO loop: one experiment per cycle, measure next tick, undo losers.
Paid Ads Copy Variant LoopAds loop: generate copy variants, spend enough for signal, kill losers, scale winners.
Product Feedback to Measure LoopTurn feedback + analytics into one measured product change per cycle; keep bugs separate.

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/paultaki/ailooplibrary-mcp'

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