Skip to main content
Glama

check_user_live

Check if a Twitch user is currently live and get their stream details if online, or null when offline.

Instructions

Verifica si un usuario de Twitch está transmitiendo en vivo actualmente. Devuelve información del stream si está en vivo, o null si está offline.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
loginYesNombre de usuario de Twitch (login name)
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the key behavioral trait: returns stream information if live and null if offline, which is beyond what the schema reveals. It doesn't mention rate limits or error handling, but for a simple status check the core behavior is well covered.

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 two sentences, front-loaded with the verb and resource, with no wasted words. Every sentence contributes meaningful information.

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

Completeness4/5

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

The description explains the return behavior (stream information or null), which is necessary because no output schema exists. The single parameter is well-defined. It is complete for a simple status check, though it leaves the exact contents of 'stream information' unspecified.

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 description coverage is 100% (the 'login' parameter is described as 'Nombre de usuario de Twitch (login name)'). The tool description adds no additional parameter semantics, so it aligns with the baseline of 3 for high schema coverage.

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 uses a specific verb ('Verifica') and clearly identifies the resource (un usuario de Twitch) and the condition being checked (si está transmitiendo en vivo). It distinguishes this tool from sibling tools like get_twitch_user (profile) or get_top_streams (global list) by focusing on a single user's live status.

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?

It provides clear context on when to use the tool: to check if a specific Twitch user is currently live, returning null if offline. However, it does not explicitly name alternatives or state when not to use this tool, so it stops short of the highest tier.

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/hizokabenitez/twitch_mcp'

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