Skip to main content
Glama

skill_pavilion

List, show, or export portable AI agent skill bundles to manage skills on the TianGong platform.

Instructions

Skill Pavilion - list, show, or export portable Agent Skill bundles for TianGong users.

Args: action: list, show, or export. skill_name: skill name for show/export, such as tiangong-first-forge. output_dir: directory where exported skill bundles are written; required for export. force: overwrite an existing exported skill bundle when exporting.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
forceNo
actionNolist
output_dirNo
skill_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description bears full transparency burden. It explains the three modes (list/show/export) and covers parameter effects: output_dir required for export, force overwrites. However, it omits details like permissions, rate limits, or side effects on existing files.

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 extremely concise: a one-line purpose statement followed by a compact args listing. Every sentence adds value without redundancy, and the critical action modes are front-loaded.

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?

Given the output schema exists, return value explanation is unnecessary. The description covers all parameters, modes, and constraints (e.g., output_dir required for export). Minor omission: could clarify that 'list' doesn't need skill_name, but it's implied.

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

Parameters5/5

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

Schema description coverage is 0%, but the description fully documents all 4 parameters: action (valid values), skill_name (association with show/export), output_dir (required for export), force (overwrite behavior). This adds essential meaning beyond the schema's default values and titles.

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 it operates on portable Agent Skill bundles with specific verbs: list, show, or export. This distinguishes it from sibling tools like forge_agent which create agents, making the purpose distinct and unambiguous.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. The description simply lists actions without context about appropriate scenarios or exclusions, which is insufficient for an AI agent to decide between 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/JinNing6/TianGong'

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