Skip to main content
Glama

search_lyrics

Search LRCLIB for lyrics using a track name, artist, or lyric fragment. Get matching song lyrics directly from the search query.

Instructions

Search for lyrics on LRCLIB

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query (track name, artist, or lyrics)
Behavior2/5

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

No annotations are present, so the description carries full responsibility for behavioral disclosure. It does not mention what the search returns, whether partial matches are allowed, or any limits or ordering, providing no behavioral context beyond the basic action.

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?

A single sentence with no filler; every word earns its place. The purpose is front-loaded and the description is appropriately sized for a one-parameter tool.

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?

The tool is simple and the one parameter is well documented, but there is no output schema and no indication of what a search response looks like. The lack of usage guidance also leaves ambiguity about when to call this instead of get_lyrics, making this minimally viable but not complete.

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?

The schema fully describes the query parameter (100% coverage), so the baseline is 3. The description adds no additional parameter guidance, but the schema's note that the query can be a track name, artist, or lyrics is sufficient for invoking the tool correctly.

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 states a specific verb ('Search') and resource ('lyrics on LRCLIB'), making the tool's purpose clear. It doesn't explicitly contrast with sibling get_lyrics, but the word 'search' distinguishes it from a direct retrieval tool.

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 get_lyrics, analyze_youtube, or download_audio. The description only states what the tool does, leaving the selection decision entirely to the agent.

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/amarisaster/Synesthesia'

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