Skip to main content
Glama

hue_api

Make arbitrary Philips Hue CLIP v2 API calls to manage lights, scenes, groups, and bridge resources. Send GET, PUT, POST, or DELETE requests for direct control.

Instructions

Make an arbitrary Philips Hue CLIP v2 API call. This gives full unrestricted access to the Hue API. The path is relative to /route/clip/v2/ (e.g. 'resource/light', 'resource/light/{id}', 'resource/scene', 'resource/grouped_light/{id}', 'resource/room', 'resource/zone', 'resource/bridge'). See https://developers.meethue.com/develop/hue-api-v2/ for full API docs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional JSON body for PUT/POST requests
pathYesAPI path after /route/clip/v2/ (e.g. 'resource/light', 'resource/light/{id}', 'resource/scene', 'resource/grouped_light/{id}')
methodYesHTTP method

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It discloses that the tool grants full unrestricted access, which signals powerful, low-level behavior with no guardrails. It further clarifies the path is relative to a specific base route, which helps set expectations about how requests are constructed. It does not detail response formats or error behavior, but the external docs link partially compensates.

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 with no filler. The first sentence immediately establishes the tool's purpose and power level; the second gives the path convention, concrete examples, and a documentation link. Every sentence earns its place, and the most important information is front-loaded.

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?

For a generic raw API tool with three parameters and no output schema, the description provides essential context: base path, example endpoints, and external documentation. It could additionally mention that responses are raw API payloads and that this tool should be preferred when no dedicated sibling covers the desired call, but the given details are sufficient for an agent to begin using it correctly.

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 input schema already has 100% description coverage for all three parameters, so the baseline is 3. The description adds useful path examples and clarifies the base-relative convention, but it does not meaningfully enhance the semantics of method or body beyond what the schema already provides. This is adequate but not exceptional.

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?

Description states a specific verb (Make), a resource (arbitrary Philips Hue CLIP v2 API call), and the scope (full unrestricted access to the Hue API). The phrase 'arbitrary' and 'full unrestricted access' clearly distinguishes this raw API tool from the specialized sibling tools like set_light or set_scene.

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 makes the intended context clear: this is a general-purpose raw API access tool for arbitrary endpoints under /route/clip/v2/ with concrete examples. It does not explicitly list when-not-to-use it versus specific siblings, but the 'arbitrary and unrestricted' framing implies it is the fallback for calls not covered by specialized tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/EthanSK/ai-huebot-mcp'

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