Skip to main content
Glama
devAndreotti

lenis-mcp-server

by devAndreotti

Lenis API Reference

lenis_get_api_reference
Read-onlyIdempotent

Query Lenis API documentation for settings, methods, events, and properties with optional category and search filters.

Instructions

Queries the complete Lenis API documentation — settings, methods, events, and properties.

Supports filtering by category and search term for targeted lookups.

Args:

  • category ('settings' | 'properties' | 'methods' | 'events' | 'all'): Filter by API category (default: 'all')

  • search (string): Optional search term to filter results

Returns: Formatted API documentation with types, defaults, and descriptions.

Examples:

  • "What is the lerp setting?" → category: 'settings', search: 'lerp'

  • "List all methods" → category: 'methods'

  • "How do events work?" → category: 'events'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchNoSearch term to filter results (e.g., 'lerp', 'scrollTo', 'wheel')
categoryNoAPI category to query: settings, properties, methods, events, or allall
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, so the description's main role is to add context. It explains the return format (formatted API documentation with types, defaults, descriptions), which is valuable beyond annotations. No contradictions.

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 well-structured with a clear purpose sentence, followed by parameter details, return description, and concrete examples. It is concise, front-loaded, and every sentence contributes to understanding.

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?

Given the tool's simplicity (reading documentation) and the lack of output schema, the description sufficiently covers what the tool does, its parameters, return format, and usage examples. It is complete for an agent to invoke correctly.

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?

Schema description coverage is 100%, so the schema already documents both parameters. The description adds value by restating defaults, providing usage examples (e.g., 'lerp' for search), and clarifying the purpose of each parameter in the context of API lookups.

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 it queries the complete Lenis API documentation, listing specific categories (settings, methods, events, properties). It distinguishes itself from sibling tools that focus on creating patterns, debugging, generation, or optimization, making the purpose unambiguous.

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 provides examples and mentions filtering by category and search term, which helps the agent understand how to use the tool. However, it lacks explicit guidance on when not to use it or direct comparison to siblings, though the context of sibling names implies differentiation.

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/devAndreotti/lenis-mcp-server'

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