Skip to main content
Glama

services_set_cover_tilt

Adjust cover tilt position by specifying a value between 0 (closed) and 100 (open).

Instructions

Set cover tilt position (0=closed, 100=open).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entity_idYes
tilt_positionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description provides basic behavioral info (range and its meaning) but lacks details on side effects, error handling, or return behavior. It is functionally adequate but minimal.

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 concise sentence directly stating the action and value meaning. No redundant information; every word adds value.

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?

For a simple command tool, the description covers the core action but misses context such as when to use tilt vs position, or behavior on invalid inputs. Given an output schema exists, return values need not be explained, but overall completeness is adequate.

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 description explains the tilt_position parameter range (0-100) but does not document entity_id or any other parameter details. With 0% schema coverage, this partially compensates but is incomplete.

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 the action ('Set cover tilt position') and defines the value range (0=closed, 100=open), distinguishing it from sibling tools like services_set_cover_position which sets overall position.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage through the range but does not specify when to use this tool over alternatives or prerequisites like cover tilt support. No explicit guidance is provided.

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/Fistacho/ha-nexus-agent'

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