Skip to main content
Glama

timelapse_start

Initiate an automated timelapse session on a connected DSLR, configuring shooting interval, capture count, scheduling, and auto-exposure to adapt to changing light conditions.

Instructions

タイムラプス撮影ジョブを開始する(バックグラウンド実行、即座に返る)。

  • name: セッション名(例: asagao)。保存先フォルダ名になる

  • interval_sec: 撮影間隔(秒)

  • count: 撮影枚数の上限(省略可)

  • start_at/end_at: "20:00" 形式。省略時は即開始・無期限(stopで終了)

  • autofocus: 毎回AFするか。夜間はFalse(置きピン)推奨

  • auto_exposure: Trueで自動露出追従(夜→朝の白飛び対策)。Falseなら完全固定露出

  • ae_target: 目標平均輝度(0-255)。夜のシルエット重視なら90前後、標準は115

  • ae_max_shutter: 自動露出が使う最長シャッター秒(インターバルより短くすること)

  • ae_max_iso: 自動露出が使う最大ISO

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
countNo
end_atNo
start_atNo
ae_targetNo
autofocusNo
ae_max_isoNo1600
interval_secYes
auto_exposureNo
ae_max_shutterNo8

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses that execution is background and returns immediately, and provides operational guidance such as autofocus recommendation at night and auto-exposure behavior. It does not mention side effects like job creation or permission requirements, but covers the most relevant behavioral traits.

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 well-structured with a concise opening sentence followed by a clear bullet list. Each bullet explains one parameter with relevant context, and no sentence is wasted. It is appropriately sized for a 10-parameter tool.

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

Completeness5/5

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

Given the tool's complexity (10 parameters, no annotations, output schema exists), the description is remarkably complete. It covers all parameters, default behaviors, lifecycle aspects (stop to end), and practical recommendations, leaving no significant gaps for an agent to operate correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, so the description fully compensates by explaining every parameter in detail: what values mean, examples, defaults, and recommendations (e.g., autofocus false at night, ae_target for silhouette). This is exemplary parameter documentation.

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 ('タイムラプス撮影ジョブを開始する' – start a timelapse capture job) and differentiates it from sibling tools like timelapse_stop, timelapse_status, and timelapse_list. It also highlights the background execution and immediate return, further distinguishing its behavior.

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 provides clear context for when to use the tool (starting a timelapse job) and explains key behaviors like immediate return and background execution. However, it does not explicitly mention when not to use it or offer alternatives, though the sibling names make this somewhat implicit.

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/nokorishiro/camera-mcp'

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