Skip to main content
Glama

Publish agent resource package

publish_resource_package
DestructiveIdempotent

Publish an immutable canonical hosted package release. Requires a confirmed-user Bearer with active superskill:managed scope, semantic version and idempotency key. Returns unreviewed trust; never grants a Verified badge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
tagsNo
filesYes
titleNo
summaryNo
versionYes
sourceUrlNo
worksWithNo
resourceTypeNo
idempotencyKeyYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
codeYes
statusYes

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already indicate it's mutating and destructive, and idempotent. The description adds behavioral context: 'Returns unreviewed trust; never grants a Verified badge,' and specifies authentication requirements, complementing the annotations without contradiction.

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 front-loading purpose and requirements with no superfluous text. Every word adds value.

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

Completeness2/5

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

With 10 parameters (0% schema coverage), no explanation of 'files', 'truncated', or output schema (though it exists). The description omits workflow integration with siblings like resource_detail or search_resources, leaving agents underinformed for a complex publishing action.

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 description coverage is 0%, so the description must compensate, but it only mentions 'semantic version' and 'idempotency key' out of 10 parameters. It fails to explain critical parameters like 'files', 'name', 'tags', etc., leaving agents without necessary context.

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 verb 'publish' and the resource 'agent resource package' (canonical hosted package release). It distinguishes from siblings like publish_markdown_to_harness by specifying 'immutable canonical hosted package release' and 'never grants a Verified badge.'

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 description provides prerequisites: 'confirmed-user Bearer with active superskill:managed scope, semantic version and idempotency key.' It clearly indicates the tool is for publishing packages, but lacks explicit exclusions or alternatives.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation4/5

Most tools have distinct purposes, but there is some overlap among search variants (search, search_resources, search_harnesses) and between fetch and resource_detail, which could cause confusion.

Naming Consistency4/5

Naming mostly follows a verb_noun pattern, but there are inconsistencies such as 'publish_markdown_to_harness' being longer and 'resource_use_instructions' having a different structure.

Tool Count5/5

12 tools is appropriate for a registry server, covering search, fetch, publish, and pull operations without being overwhelming.

Completeness4/5

The tool set covers core operations (search, fetch, publish, pull) but lacks update and delete functionalities, which are minor gaps for a registry.