Skip to main content
Glama

wps_wpp_set_transition

Configure slide transition effects, duration, and auto-advance timing for WPS presentations, applying to a specific slide or all slides.

Instructions

设置幻灯片切换效果(页与页之间的过渡,不是形状进入动画——形状动画在本工具集中不提供,因为其底层 API 已确认会导致 WPS 崩溃)。不传 slide_index 则应用到全部幻灯片。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
durationNo切换持续时间(秒)
effect_codeNo切换效果代码(PowerPoint PpEntryEffect 数值,具体取值因版本而异,建议先小范围试验;可选)
slide_indexNo幻灯片序号(不传则应用到全部幻灯片)
advance_timeNo自动翻页间隔(秒),传入即启用自动翻页
advance_on_clickNo是否点击鼠标翻页
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It honestly discloses that shape animation functionality is excluded because the underlying API causes WPS crashes, which is a critical behavioral trait. It does not detail side effects like overwriting existing transitions, but the scope is clearly defined.

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: the first states the core function and an important limitation, the second gives a key usage hint. It is front-loaded, no redundant words, and every sentence adds value.

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?

Given no output schema and no annotations, the description covers the tool's purpose, its boundary (no shape animations), and a critical usage condition. It lacks details on return values or version-specific behavior for effect_code, but is adequate for a setter tool with well-documented parameters.

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 coverage is 100%, so baseline is 3. The description only adds context about slide_index (applies to all if omitted). For other parameters (duration, effect_code, advance_time, advance_on_click), the schema descriptions already explain their meaning, and the tool description does not add significant new semantics.

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 ('set') and resource ('slide transition effect'), and explicitly distinguishes page transitions from shape animations, which prevents confusion with unrelated concepts. Among sibling tools, there is no other transition tool, so it uniquely identifies its purpose.

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 explains that shape animations are not provided due to crash risks, indirectly indicating this tool is only for page transitions. It gives a clear usage note about applying to all slides if slide_index is omitted, but does not explicitly state when to prefer this tool over alternatives (though no direct alternative exists).

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

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/Antares422/draftly-wps'

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