Skip to main content
Glama
1736280642-Star

content-publish-engine-mcp

publish_job_verify

Verify a submitted publish job's status and resolve its public URL for access.

Instructions

Verify a previously submitted publish job and resolve its public URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jobIdYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool resolves a public URL, but does not indicate whether the operation is read-only, whether it blocks until verification completes, what permissions are required, or what error conditions might occur. This lack of behavioral detail is a significant gap.

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 a single, concise sentence that front-loads the primary action and result. It contains no redundant information or filler, making it efficient and easy to parse.

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

Completeness3/5

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

For a tool with one parameter and no output schema, the description conveys the basic purpose and expected result. However, given the absence of annotations, it lacks important context about safety, retry behavior, and potential failure modes. The description is adequate but not comprehensive.

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?

The single parameter jobId has 0% schema description coverage. The description adds the hint that it refers to a 'previously submitted' job, which gives some semantic context. However, it does not explain how to obtain or format the ID, though the parameter name is self-explanatory.

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 action (verify), the resource (publish job), and the outcome (resolve its public URL). It is specific enough to distinguish from sibling tools like publish_job_get, which likely retrieves job details without providing the public URL.

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?

The phrase 'previously submitted publish job' provides clear context that this tool should be used after job submission, not for creating or running jobs. It does not explicitly mention alternatives or exclusions, but the context is reasonably clear for an agent to choose it over sibling tools.

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/1736280642-Star/content-publish-engine'

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