Skip to main content
Glama
AgentTanuki

Agent Guild

guild_watch

Set up continuous monitoring for an endpoint, returning a watch handle with configurable interval. Idempotent provisioning ensures repeated calls reuse the same watch without extra charges.

Instructions

Self-provision CONTINUOUS monitoring of an endpoint. No onboarding, no human, no sales call.

Provisioning is free and idempotent by (caller, endpoint) — calling twice returns the same watch rather than billing twice. Each recheck cycle is charged only when it actually runs, so a dormant endpoint costs nothing. Read the change feed with guild_watch_feed.

Example: guild_watch(url="https://some-agent.example/a2a", api_key="…")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
api_keyYes
interval_secondsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv2.7.0

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations to rely on, the description discloses important behaviors: provisioning is free, calls are idempotent by caller/endpoint, and recheck cycles are only billed when they run. This gives a clear picture of side effects and cost implications.

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 short and front-loaded with the core purpose, followed by useful behavioral notes and an example. Some marketing-like phrasing such as 'no sales call' adds mild noise but does not significantly hurt clarity.

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 provisioning tool, the description covers what it creates, cost semantics, idempotency, and where to consume results. It does not describe the output shape, but an output schema exists, so that omission is acceptable.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema descriptions are entirely absent and the description does not explain each parameter. It implies url and api_key through the example and interval_seconds through 'recheck cycle,' but it does not define what api_key authenticates or precisely how interval_seconds controls behavior.

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?

Clearly states the tool self-provisions continuous endpoint monitoring, identifying the specific resource and action. It also distinguishes itself from the related guild_watch_feed by directing change-feed consumers to that 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?

Provides practical guidance on cost and idempotency, and mentions the companion feed tool. However, it does not explicitly contrast this with one-off check tools like guild_check or explain when continuous monitoring should be preferred.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/AgentTanuki/agent-guild'

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