Skip to main content
Glama
product-on-purpose

PM-Skills MCP

pm_list_resources

List all PM-Skills MCP resources organized by type, providing URIs for skill instructions, templates, examples, and persona library references.

Instructions

List all available PM-Skills MCP resources.

Returns a categorized list of all skill instructions, templates, and examples available as MCP resources.

Resources can be accessed via resources/read using URIs like:

  • pm-skills://skills/{skill} - Full skill instructions

  • pm-skills://templates/{skill} - Blank template

  • pm-skills://examples/{skill} - Completed example

  • pm-skills://personas/{category}/{persona} - Persona library reference

Returns: Markdown formatted list of all resources organized by type with their URIs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden. It explains the return format (categorized Markdown list with URIs) and mentions how resources can be accessed via resources/read. No side effects or destructive actions are expected for a list operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is moderately sized with a clear structure: statement of purpose, URI patterns in bullet points, and expected return. Each sentence adds value, though it could be slightly more concise.

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 no output schema, the description adequately explains the return value (categorized list of resources with URIs). It covers usage context and expected output, making it complete for an agent to understand the tool's behavior.

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?

The tool has no parameters, and schema description coverage is 100%. The description adds value by documenting the output format and URI patterns, which is beyond what the schema provides. Baseline for zero params is 4.

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 tool lists all available PM-Skills MCP resources, specifying the verb 'List' and resource 'all available... resources'. It distinguishes from siblings like pm_list_skills and pm_list_personas by being all-encompassing.

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?

The description does not provide guidance on when to use this tool versus alternatives like pm_list_skills or pm_list_personas. It lacks explicit when-to-use or when-not-to-use instructions, relying on implicit differentiation.

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/product-on-purpose/pm-skills-mcp'

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