Skip to main content
Glama
paladini

lighterpack-mcp

by paladini

Get LighterPack account info

get_account_info

Retrieve your signed-in username and a complete library summary, including totals for lists, categories, and items, along with preferred units and currency.

Instructions

Returns the signed-in username and a summary of the whole library: how many lists, categories, and items exist, plus library-wide settings (units, currency symbol).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool returns specific information and implies read-only behavior ('Returns...'). It also indicates the need for a signed-in user, implying authentication. This is transparent for a simple getter tool, though it does not explicitly state absence of side effects or error conditions.

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 a single, well-structured sentence that front-loads the primary result ('Returns the signed-in username') and then lists the secondary items (summary counts and settings). Every word earns its place with no redundancy or filler.

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

Completeness5/5

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

The tool is simple with no annotations, no parameters, and no output schema. The description fully explains what the tool returns: username, list/category/item counts, and library-wide settings. This is sufficient for an agent to understand the tool's behavior and expected result without needing further detail.

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

Parameters4/5

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

The tool has zero parameters, and the input schema is empty. According to the guidelines, 0 parameters yields a baseline score of 4. The description does not need to elaborate on parameter semantics since there are none, and it correctly focuses on the returned output.

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 tool returns signed-in username, library summary counts, and settings. It uses the specific verb 'Returns' and distinguishes itself from sibling tools that operate on individual lists, categories, or items, making it the go-to for account-level information.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for retrieving account and library-wide summary data. While it does not explicitly name alternatives or exclusions, the context is clear: use this tool to get the signed-in username, counts of lists/categories/items, and library-wide settings. It provides enough context to know when to invoke it.

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/paladini/lighterpack-mcp'

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