Skip to main content
Glama
shanewiseman

paperclip-mcp

by shanewiseman

Trigger Claude login for agent

pc_post_agents_by_id_claude_login

Triggers a Claude login for a specific agent using its ID. Enables authentication for agent-based operations.

Instructions

Trigger Claude login for agent

Paperclip operation: POST /api/agents/{id}/claude-login. Authorization class: board_or_agent.

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 HTTP method, endpoint path, and authorization class ('board_or_agent'), which supplements the annotations. However, it does not describe side effects, required user interaction, or what happens upon successful trigger. Annotations already indicate it is a mutation (readOnlyHint false) and not destructive, so the description provides some useful context but not comprehensive behavioral details.

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, consisting of two sentences that front-load the core purpose. Every word is necessary and no fluff is present.

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?

For a tool with 2 parameters, nested objects, and an output schema, the description is minimal. It explains the basic action and endpoint but omits context such as when Claude login is needed, what triggers the process, or the structure of the response. The output schema exists but the description does not reference it, leaving the agent to infer return behavior from other sources.

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 description does not elaborate on the parameters beyond what is in the input schema. The schema covers the parameters, but the description adds no extra semantic meaning, such as the role of the 'body' parameter or the expected format of 'id'. With 50% schema coverage, the description should compensate but fails to do so.

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 ('Trigger Claude login') and the target resource ('for agent'). The verb 'Trigger' is specific and the resource is unambiguous. Although there are many sibling tools, this tool's purpose is distinct and directly conveyed.

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, such as other agent authentication tools. There is no mention of prerequisites, typical scenarios, or conditions under which the tool should or should not be invoked.

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