status_feed_url
Public URL (JSON and RSS) with the status of all the owner's endpoints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guest_token | No |
Public URL (JSON and RSS) with the status of all the owner's endpoints.
| Name | Required | Description | Default |
|---|---|---|---|
| guest_token | No |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must carry the full behavioral disclosure burden. It states the output format and scope, but does not mention whether the action is read-only, whether guest_token is required for access, whether the URL is ephemeral, or what happens when the token is invalid. These are significant gaps for a tool with no annotation safety hints.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise, front-loading the key concept 'Public URL' and providing useful format details in parentheses. It wastes no words, though brevity comes at the cost of omitting parameter and usage context.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter tool, the description captures the core output but leaves the guest_token semantics, authentication behavior, and relationship to status_feed_rotate unexplained. Since there is no output schema and no annotations, the description alone is not enough for confident, correct invocation in all cases.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There is one parameter, guest_token, and the schema description coverage is 0%. The description does not explain what guest_token is for, whether it is required, or how it affects the returned URL. The agent cannot determine how to populate this parameter from the description or schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool's output as a public URL containing status information for all owner endpoints, in JSON and RSS formats. It is specific enough to distinguish from siblings like status_feed_rotate, though it lacks an explicit verb such as 'returns' or 'fetches'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided about when to use this tool versus alternatives such as status_feed_rotate, get_endpoint, or list_endpoints. The description implies it is for retrieving a feed URL, but it does not state exclusions or conditions that would help an agent choose it over related tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Each tool targets a distinct resource or action: endpoint lifecycle, guest tokens, events, templates, billing, contact, health, and status feeds are clearly separated. Even related tools like get_endpoint and list_endpoints have clearly different scopes.
The create_/get_/list_/delete_ prefix pattern is consistent for resource operations, but several tools are bare nouns (api_index, billing, contact, health, status_feed_url) and status_feed_rotate reverses the expected verb-object order. The mixed style reduces predictability.
Fourteen tools is within the ideal scope for an API-focused server, and each tool provides a meaningful capability for using the HookPulse service. The count feels complete without being bloated.
The endpoint lifecycle is well covered with create, get, list, and delete, plus supporting features like events, templates, status feeds, and billing. There is no explicit update/pause endpoint operation, but that may be outside the dead-man endpoint model, so the gap is minor.