Skip to main content
Glama

op3_verify_prefix

op3_verify_prefix
Read-onlyIdempotent

Diagnose missing podcast download stats by verifying whether OP3 receives the feed. Distinguishes between prefix never added, no downloads yet, and genuine low numbers.

Instructions

Check whether OP3 is actually receiving downloads for a show, and say what is wrong when it is not. Run this first whenever the numbers are zero or a show cannot be found. It separates the three cases that look identical from the outside: the prefix was never added to the feed, it was added but no download has come through yet, or it is working and the answer is genuinely a small number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lookbackNoHow far back to look for any request at all.-7d
identifierYesThe show, as a uuid, podcast:guid, or RSS feed URL. A feed URL is the most useful input here, because the failure being diagnosed is usually that OP3 has never seen that feed.
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already provide readOnly, idempotent, and non-destructive hints, so the bar is lower. The description adds valuable diagnostic behavior: it separates three externally identical failure cases and can say what is wrong. This goes beyond what the annotations alone convey.

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?

The description is front-loaded with the core purpose, follows with a clear trigger for use, and then explains the key diagnostic nuance. Every sentence contributes; there is no filler or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only diagnostic tool with no output schema, the description sufficiently explains what the tool does, when to run it, what kinds of outcomes it distinguishes, and which input is most useful. An agent has enough context to select and invoke it correctly.

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

Parameters4/5

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

Schema description coverage is 100%, so the parameters are already documented. The description adds extra meaning by explicitly advising that a feed URL is the most useful input because the typical failure is that OP3 has never seen that feed. This guidance supplements 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 uses a specific verb: 'Check whether OP3 is actually receiving downloads for a show' and clearly identifies the resource. It also distinguishes this diagnostic tool from the many lookup/download siblings by explaining it is the first tool to run when numbers are zero or a show cannot be found.

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?

It gives explicit usage context: 'Run this first whenever the numbers are zero or a show cannot be found.' This is a clear trigger condition that guides tool selection, though it does not explicitly name alternatives or state when not to use it.

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

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/navidmoazzez/op3-mcp'

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