Skip to main content
Glama
pavelpikta

lampa-mcp-server

by pavelpikta

find_feature

Identify all source files associated with a specific Lampa feature, such as player or catalog. Groups related code for easier analysis and editing.

Instructions

Infer all files relevant to a named Lampa feature: player, catalog, search, settings, cards, parser, bookmarks, iptv, etc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
feature_nameYesFeature name, e.g. 'player', 'catalog', 'iptv', 'search'.
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It only says 'infer all files relevant' without explaining the inference mechanism, constraints (e.g., does it only scan local files? use a database?), or whether it is a read-only operation. This is insufficient for an agent to understand side effects or limitations.

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 includes examples. It is front-loaded with the verb-object structure. No wasted words, but it could be slightly more structured (e.g., listing the purpose first).

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 simple tool with one parameter and no output schema, the description is minimally adequate. However, it lacks details on return format or how results are presented, which would help an agent use the output effectively.

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?

Schema coverage is 100% (the single parameter feature_name has a description). The description adds example values but does not provide additional semantic nuance beyond the schema. Baseline 3 is appropriate.

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 that the tool infers all files relevant to a named Lampa feature, with concrete examples (player, catalog, etc.). It distinguishes from generic file-finding tools by specifying 'Lampa feature', but does not explicitly contrast with sibling tools like find_files.

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 versus alternatives (e.g., find_files, find_api_calls, etc.). The description lacks any when-to-use or when-not-to-use information, leaving the agent to infer usage context.

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/pavelpikta/lampa-mcp-server'

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