Skip to main content
Glama

Kling 영상 작업 접수

kling_jobs_create
Idempotent

Submit an asynchronous Kling video generation job. Select version and tier; supported modes, durations and prices depend on the selected version. Kling 영상 생성 작업을 비동기로 접수합니다. text/image/reference 세 가지 mode를 지원하며, kling_jobs_status Tool로 상태를 조회하고 완료되면 응답의 result_url(REST 다운로드 주소, 7일 이내 유효)로 다운로드합니다. 접수 시 duration × 초당 410포인트가 예약 차감되고 완료 시 확정, 실패·시간 초과 시 전액 환불됩니다. [기본 버전 기준: 초당 410포인트 × duration(초). 다른 버전은 개발가이드의 버전별 요금표 참고.]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo입력 방식 — 'text'(텍스트만) | 'image'(첫 프레임 이미지 지정) | 'reference'(참조 이미지·영상으로 주체 지정). 기본 text
tierNo품질·속도 등급. 지원 등급과 생략 시 기본값은 version과 mode에 따라 다릅니다.
audioNo오디오 생성 여부. 선택 가능한 버전은 기본 true, 무음 전용 버전은 false, 오디오 필수 버전은 true만 허용합니다.
promptYes영상 생성 프롬프트, 최대 2,000자
versionNo영상 모델 버전. 생략 시 3.0. 등급·해상도·길이·오디오·파일 제약과 요금은 선택 버전별 개발가이드 표를 확인하세요.
durationNo영상 길이(초), 전체 버전 범위 3~15. 허용 값과 기본값은 버전·등급별로 다릅니다.
cfg_scaleNo프롬프트 반영 강도(0~1), 기본 0.5
image_urlNoimage 모드에서 사용할 첫 프레임 이미지 URL — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 10MB)
resolutionNo출력 해상도. 전체 버전의 값 목록이며 허용 조합·기본값·요금은 버전별 개발가이드를 따릅니다.
aspect_ratioNo출력 화면 비율. 선택 버전·등급·모드에서 허용하는 값만 사용하세요.
last_image_urlNoimage 모드에서 사용할 마지막 프레임 이미지 URL(선택) — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 10MB)
idempotency_keyNo같은 요청의 재전송으로 인한 중복 접수·과금을 막는 고유 키
negative_promptNo제외할 요소를 설명하는 텍스트
reference_image_urlNoreference 모드에서 주체를 지정할 참조 이미지 URL — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 10MB)
reference_video_urlNo참조 영상 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: video/mp4, video/quicktime, video/webm) (최대 100MB)
reference_image_url_2Noreference 모드 참조 이미지 URL(2번째) — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 10MB)
reference_image_url_3Noreference 모드 참조 이미지 URL(3번째) — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 10MB)
reference_image_url_4No참조 이미지 URL(4번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 10MB)
reference_image_url_5No참조 이미지 URL(5번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 10MB)
reference_image_url_6No참조 이미지 URL(6번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 10MB)
reference_image_url_7No참조 이미지 URL(7번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 10MB)
reference_video_url_2No참조 영상 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: video/mp4, video/quicktime, video/webm) (최대 100MB)
reference_video_url_3No참조 영상 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: video/mp4, video/quicktime, video/webm) (최대 100MB)
reference_video_url_4No참조 영상 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: video/mp4, video/quicktime, video/webm) (최대 100MB)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed16 schema fields changed
    • changedInput schema / properties / aspect_ratio / description
      Previous value: -"가로세로 비율, 기본 16:9"New value: +"출력 화면 비율. 선택 버전·등급·모드에서 허용하는 값만 사용하세요."
    • changedInput schema / properties / audio / description
      Previous value: -"오디오 생성 여부, 기본 true"New value: +"오디오 생성 여부. 선택 가능한 버전은 기본 true, 무음 전용 버전은 false, 오디오 필수 버전은 true만 허용합니다."
    • changedInput schema / properties / duration / description
      Previous value: -"영상 길이(초), 3~15, 기본 5"New value: +"영상 길이(초), 전체 버전 범위 3~15. 허용 값과 기본값은 버전·등급별로 다릅니다."
    • addedInput schema / properties / reference_image_url_4
      Added value: +{
      +  "description": "참조 이미지 URL(4번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 10MB)",
      +  "type": "string"
      +}
    • addedInput schema / properties / reference_image_url_5
      Added value: +{
      +  "description": "참조 이미지 URL(5번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 10MB)",
      +  "type": "string"
      +}
    • addedInput schema / properties / reference_image_url_6
      Added value: +{
      +  "description": "참조 이미지 URL(6번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 10MB)",
      +  "type": "string"
      +}
    • addedInput schema / properties / reference_image_url_7
      Added value: +{
      +  "description": "참조 이미지 URL(7번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 10MB)",
      +  "type": "string"
      +}
    • addedInput schema / properties / reference_video_url
      Added value: +{
      +  "description": "참조 영상 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: video/mp4, video/quicktime, video/webm) (최대 100MB)",
      +  "type": "string"
      +}
    • addedInput schema / properties / reference_video_url_2
      Added value: +{
      +  "description": "참조 영상 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: video/mp4, video/quicktime, video/webm) (최대 100MB)",
      +  "type": "string"
      +}
    • addedInput schema / properties / reference_video_url_3
      Added value: +{
      +  "description": "참조 영상 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: video/mp4, video/quicktime, video/webm) (최대 100MB)",
      +  "type": "string"
      +}
    • addedInput schema / properties / reference_video_url_4
      Added value: +{
      +  "description": "참조 영상 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: video/mp4, video/quicktime, video/webm) (최대 100MB)",
      +  "type": "string"
      +}
    • changedInput schema / properties / resolution / description
      Previous value: -"image 모드 전용 해상도(다른 모드에서는 지원하지 않음), 기본은 tier별로 다름"New value: +"출력 해상도. 전체 버전의 값 목록이며 허용 조합·기본값·요금은 버전별 개발가이드를 따릅니다."
    • changedInput schema / properties / resolution / enum
      Previous value: -[
      -  "720P",
      -  "1080P-SR",
      -  "1440P-SR",
      -  "1080P"
      -]New value: +[
      +  "720p",
      +  "1080p",
      +  "720P",
      +  "1080P-SR",
      +  "1440P-SR",
      +  "1080P"
      +]
    • changedInput schema / properties / tier / description
      Previous value: -"품질/속도 등급, 기본 std"New value: +"품질·속도 등급. 지원 등급과 생략 시 기본값은 version과 mode에 따라 다릅니다."
    • changedInput schema / properties / tier / enum
      Previous value: -[
      -  "std",
      -  "pro"
      -]New value: +[
      +  "std",
      +  "pro",
      +  "turbo",
      +  "4k",
      +  "standard",
      +  "master"
      +]
    • addedInput schema / properties / version
      Added value: +{
      +  "description": "영상 모델 버전. 생략 시 3.0. 등급·해상도·길이·오디오·파일 제약과 요금은 선택 버전별 개발가이드 표를 확인하세요.",
      +  "enum": [
      +    "3.0",
      +    "o3",
      +    "o1",
      +    "2.6",
      +    "2.5",
      +    "2.1",
      +    "2.0",
      +    "1.6"
      +  ],
      +  "type": "string"
      +}
  2. Added

TDQS

A3.6/5.0
Behavior3/5

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

Annotations include readOnlyHint=false, openWorldHint=true, idempotentHint=true, destructiveHint=false. The description adds valuable behavioral context: asynchronous nature, idempotency key usage, point reservation/deduction policy, and result_url validity (7 days). However, it doesn't detail error handling or exact response structure, but given the annotations already convey the idempotent and non-read-only nature, the description adds enough to be a 3.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is moderately concise but contains redundant bilingual content: it repeats the full description in both English and Korean. The Korean portion repeats the same information, making it longer than necessary. The front-loading is decent, but the bilingual repetition reduces conciseness and structure efficiency.

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?

Given the tool's high complexity (24 parameters, multiple inter-dependent enums) and lack of output schema, the description provides a good high-level overview but relies heavily on external developer guides for critical details (version-specific prices, allowed combinations). It doesn't mention response format or error handling, but for an async job submission, it covers the essential flow. It's a solid 3, not a 4, because the version-dependent rules are not summarized.

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

Parameters4/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds significant semantic value beyond the schema: it explains pricing (points per second), modes (text/image/reference), and explicitly points to version-specific tables for details. It also clarifies audio behavior and that version/tier default values depend on each other, which is not fully in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it submits an asynchronous Kling video generation job with specific modes (text/image/reference) and mentions the version/tier selection. It is distinguishable from sibling tools like seedance_jobs_create and veo_jobs_create by naming the model, but does not explicitly differentiate itself from other job creation tools, though the model name is a strong differentiator.

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 usage guidance: it explicitly tells the agent to use kling_jobs_status to check status and download via result_url, and mentions the billing/reservation policy. It does not explicitly state when NOT to use this tool or when to prefer a sibling, but the model-specific isolation and typical async generation workflow make the context clear.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.