Skip to main content
Glama
shanewiseman

paperclip-mcp

by shanewiseman

Set the default secret provider configuration

pc_post_secret_provider_configs_by_id_default

Set the default secret provider configuration for your board by providing the config ID. This updates which secret provider config is used by default.

Instructions

Set the default secret provider configuration

Paperclip operation: POST /api/secret-provider-configs/{id}/default. Authorization class: board.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional JSON compatibility payload. The source OpenAPI operation does not declare a request schema.
pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
headersYes
encodingYes
status_codeYes
content_typeYes
Behavior3/5

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

The description adds the authorization class ('Board') which is beyond annotations. However, it does not disclose other behavioral traits such as idempotency, side effects (e.g., overwriting previous default), or error conditions (e.g., if the config ID does not exist). Annotations already indicate it is a write operation (readOnlyHint=false) and not destructive. The added value is moderate.

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: two sentences, no unnecessary words. The first sentence states the purpose, the second provides technical context. It is front-loaded with the key action.

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

Completeness3/5

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

The description covers the basic intent but lacks completeness for a mutation tool. It does not mention the output schema (though one exists), nor does it explain what happens after setting the default (e.g., effect on secrets). The optional body parameter is left ambiguous. For a simple operation, it is minimally adequate but could be improved.

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?

The schema has two parameters: 'path' (with 'id') and 'body'. The description only clarifies that 'id' is the config ID (from the API path), but does not explain the 'body' parameter, which has no schema. Schema description coverage is 50%, so the description should compensate, but it fails to add meaningful detail about what the body contains or when it is needed.

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 action ('Set') and the resource ('default secret provider configuration'). It distinguishes from sibling tools like 'pc_patch_secret_provider_configs_by_id' (update) and 'pc_delete_secret_provider_configs_by_id' (delete) by focusing on setting the default. The inclusion of the API path further clarifies the operation.

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 any guidance on when to use this tool versus alternatives. It lacks context about prerequisites, such as needing an existing secret provider config, or when to prefer this over patching or creating configs. No explicit when-to-use or when-not-to-use information is given.

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