Skip to main content
Glama
shanewiseman

paperclip-mcp

by shanewiseman

List tool connection installs

pc_get_tool_connections_by_connection_id_installs
Read-onlyIdempotent

Retrieve all installs associated with a given tool connection ID.

Instructions

List tool connection installs

Paperclip operation: GET /api/tool-connections/{connectionId}/installs. Authorization class: board_or_agent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
headersYes
encodingYes
status_codeYes
content_typeYes
Behavior2/5

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

Annotations already provide readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds the HTTP method and authorization class, which do not constitute new behavioral context beyond what annotations infer. No discussion of return format, pagination, or side effects.

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

Conciseness3/5

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

The description is short (two lines) and to the point, with no filler words. However, it sacrifices informativeness for brevity. Some additional context could be added without losing conciseness.

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?

Given the tool lists installs for a connection, the description lacks context about what an 'install' represents, the output format (though output schema exists), and when this tool is appropriate. The minimal information leaves the agent guessing.

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

Parameters1/5

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

Input schema has zero descriptions for parameters (0% coverage). The description does not explain what 'connectionId' represents (e.g., the ID of a tool connection). The agent cannot infer the parameter's meaning beyond its name.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The title 'List tool connection installs' and description clearly indicate this tool lists installs for a given tool connection. The verb 'List' is specific to retrieval, and the sibling tool pc_put_tool_connections_by_connection_id_installs implies a mutate operation, so the purpose is distinct. However, the description does not explicitly differentiate from siblings.

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 on when to use this tool vs alternatives. The description mentions authorization class 'board_or_agent' but does not state prerequisites, typical use cases, or when to avoid this tool.

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/shanewiseman/paperclip-mcp'

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