power_on
Activates a Philips Android TV by switching it on, enabling control of volume, Ambilight, apps, and playback.
Instructions
Allume la TV Philips
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Activates a Philips Android TV by switching it on, enabling control of volume, Ambilight, apps, and playback.
Allume la TV Philips
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
v0.2.1Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already convey readOnlyHint=false, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds no extra behavioral context beyond the action itself, which is acceptable for a trivial 0-parameter operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single, short sentence that is perfectly front-loaded and contains no fluff. It is as concise as possible while remaining informative.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with no parameters, no output schema, and a simple idempotent action, the description is complete. The agent knows exactly what the tool does, and nothing else is needed to invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are zero parameters, so there is nothing to document. The baseline of 4 applies since the schema and description are both empty on this front.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Allume la TV Philips' ('Turns on the Philips TV') states a specific verb and resource, clearly distinguishing it from siblings like power_off and screen_on. The meaning is unambiguous even though it is in French.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided about when to use power_on versus alternatives such as screen_on or power_off. The intended usage is implied by the name and description, but no explicit context or exclusions are given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.