Skip to main content
Glama
Lint111

HacknPlan MCP Server

by Lint111

set_attachment_as_card_picture

Assign an image attachment to become the card thumbnail for a work item in a HacknPlan project.

Instructions

Set an image attachment as the work item card thumbnail (requires image file)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdNoProject ID
workItemIdYesWork item ID
attachmentIdYesAttachment ID
Behavior2/5

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

With no annotations, the description carries the full burden. It only states 'requires image file' but omits critical behaviors such as whether the action replaces existing thumbnails, is idempotent, requires specific permissions, or what errors occur for non-image attachments. This leaves the agent uncertain about 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.

Conciseness4/5

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

The description is a single concise sentence that front-loads the key action and constraint. No extraneous words, but lacks any structural formatting (e.g., bullet points) to improve readability.

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 that it is a mutation tool with no output schema or annotations, the description is incomplete. It omits the return value, potential errors, and any mention of side effects on the work item. For a tool that modifies data, more contextual completeness is expected.

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

Parameters3/5

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

All three parameters are fully described in the schema (100% coverage), so the baseline is 3. The description adds the file requirement but does not provide additional context for the 'projectId' parameter or clarify parameter relationships beyond the schema.

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 description clearly states the action ('set') and resource ('image attachment as card thumbnail') and includes a requirement ('requires image file'). However, it does not explicitly differentiate from sibling tools like 'upload_attachment' or 'delete_attachment'.

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 usage guidance is provided. The description only mentions a file type requirement but does not suggest when to use this tool versus alternatives (e.g., 'upload_attachment' to add an attachment, then this to set as thumbnail).

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/Lint111/hacknplan-mcp'

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