Skip to main content
Glama

Get full lyrics

get_lyrics
Read-onlyIdempotent

Fetch lyrics for a song from lyrics.com using its ID or URL. Handles long lyrics with offset pagination and optional word highlighting.

Instructions

Fetch the full lyrics of one song from lyrics.com, given the song id or URL returned by search_lyrics or search_songs. Lyrics can be long, so the response is truncated by default: check 'truncated' and call again with 'offset' set to 'next_offset' to continue reading. Some lyrics.com pages legitimately have no lyrics on file; those come back with status "no_lyrics" and an empty lyrics field, which is a valid answer and not an error, so do not retry them. Always cite 'source_url' and the artist when showing lyrics to a user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNolyrics.com numeric song id, as returned by the search tools. Preferred over 'url'.
urlNoFull lyrics.com song URL. Only www.lyrics.com URLs are accepted. Ignored when 'id' is given.
offsetNoCharacter offset to resume from, for lyrics longer than max_chars.
highlightNoOptional word. When set, the response reports whether it appears in the lyrics and on which line.
max_charsNoMaximum characters of lyrics text to return in this call.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
notesYes
titleYes
artistYes
lyricsYesSlice of the lyrics text. Empty when status is 'no_lyrics'.
offsetYes
sourceYes
statusYes
highlightYes
truncatedYes
line_countYes
source_urlYes
attributionYesReady-to-display credit line.
next_offsetYes
total_charsYes
returned_charsYes
Behavior5/5

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

Beyond the annotations (readOnlyHint, idempotentHint), the description adds crucial behavior: truncated responses, the need to check 'truncated' and use 'offset' with 'next_offset', the valid 'no_lyrics' status with empty lyrics, and a citation requirement. This significantly enhances the agent's understanding of the tool's runtime behavior.

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 four sentences, each earning its place: main purpose, truncation handling, no_lyrics edge case, and citation requirement. It is concise yet information-dense, with no redundant phrasing.

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 description covers the full usage workflow: obtaining the id/url, handling long lyrics through pagination, dealing with legitimate no_lyrics responses, and citing sources. Combined with the provided output schema and sibling context, it is comprehensive for an AI agent.

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 coverage is 100%, so the baseline is 3. The description adds meaning by explaining the pagination pattern (offset + next_offset) and tying id/url to sibling search tools, which is useful context beyond the raw schema descriptions.

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 states a specific action: 'Fetch the full lyrics of one song from lyrics.com' given a song id or URL. It clearly distinguishes from sibling search tools by focusing on retrieving a single song's lyrics using identifiers returned by search tools.

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 specifies that input comes from search_lyrics or search_songs, giving clear context for when to use this tool. It also explains the pagination workflow and that no_lyrics is a valid outcome, though it does not explicitly provide when-not-to-use exclusions.

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/smeet666/mcp-lyricscom'

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