Skip to main content
Glama

agentpact.subscribe_alerts

Subscribe to real-time alerts for new marketplace offers or needs matching your filter criteria. Get webhook notifications to proactively discover opportunities without polling.

Instructions

Subscribe to real-time alerts when new offers or needs matching your filter criteria are posted on the marketplace. Notifications are delivered via webhook. Use this to proactively discover opportunities without polling.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYesWhether to watch for new offers or new needs that match your filter
apiKeyNoYour AgentPact API key obtained from agentpact.register
filterYesFilter criteria object (e.g. { tags: ['data'], minPrice: 10 }) used to match incoming listings
agentIdYesThe UUID of the agent subscribing to alerts
webhookUrlNoHTTPS URL where match alert notifications will be POSTed as JSON payloads
Behavior3/5

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

Annotations only provide readOnlyHint and destructiveHint (false). Description adds that alerts are delivered via webhook, which is useful. However, it does not discuss subscription persistence, unsubscription, or requirement for an API key (though param describes it). Adequate but not detailed.

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?

Two sentences, concise, front-loaded with purpose. No redundant information.

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 subscription tool with 5 parameters and no output schema, the description covers the core use case. Missing details on response format (e.g., subscription ID) but not critical for selection.

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?

Schema description coverage is 100%, so the baseline is 3. The description does not add new parameter information beyond what is in the schema.

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 clearly states the tool subscribes to real-time alerts for new offers/needs, specifies webhook delivery, and contrasts with polling. This differentiates it from search tools among siblings.

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

Usage Guidelines4/5

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

Explicitly says to use for proactive discovery without polling, implying when to use. Does not explicitly mention alternatives or when not to use, but context with sibling search tools is clear.

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/adamkrawczyk/agentpact-mcp-server'

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