paperclip_list_plugin_examples
List available example plugins for studying reference implementations and exploring the plugin API surface.
Instructions
⚠ Board-only: List available example plugins that can be installed for reference.
Args:
response_format: 'markdown' | 'json' (optional) — Output format (default: markdown)
Returns: Array of example plugin descriptors: packageName, pluginKey, displayName, description, localPath, tag.
Examples:
Use when: discovering reference plugin implementations to understand the plugin API surface
Don't use when: you need the list of installed plugins — use paperclip_list_plugins instead
Error Handling:
401: authentication failed → check PAPERCLIP_API_KEY
403: permission denied → this tool requires a board (human-user) API key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | Yes | Output format: 'markdown' (default) or 'json' (structured) | markdown |