Skip to main content
Glama

cueprecise_summary

Creates or reuses a video summary on user request. Provides an immediate local summary and optionally improves it once when a packet is available.

Instructions

사용자가 전체 영상 요약을 요청할 때만 요약을 만들거나 현재 요약을 재사용한다. 로컬 요약은 즉시 사용 가능하며, packet이 있으면 호스트가 cueprecise_set_summary로 한 번 개선할 수 있다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
video_idYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.5

TDQS

C2.5/5.0
Behavior2/5

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

No annotations are provided, and the description only hints at caching ('reuse current summary') and availability ('immediately usable'). It does not clarify side effects, whether the tool modifies state, or what 'packet' means. The transparency is insufficient.

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

Conciseness4/5

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

The description is a single sentence and reasonably brief, though it includes some jargon ('packet', 'local summary') that could be clearer. It is not overly verbose.

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

Completeness2/5

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

The description lacks essential context: what constitutes a 'full video summary', what the output format is, and what a 'packet' refers to. It is not complete enough for an agent to fully understand the tool's role and limitations.

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

Parameters1/5

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

The schema has only one required parameter 'video_id' with no description, and the tool description does not mention it at all. With 0% schema coverage and no compensation, the parameter semantics are not clarified.

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

Purpose3/5

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

The description states a verb ('create or reuse') and resource ('summary') but lacks specificity about what the tool actually returns or does beyond that condition. It mentions 'local summary' and 'packet' without clear definitions, making the purpose somewhat vague.

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?

It provides a condition ('only when the user requests a full video summary') and references the sibling 'cueprecise_set_summary' for improvements, which gives some guidance. However, it does not explicitly distinguish when to use this tool versus other siblings like 'cueprecise_query' or 'cueprecise_outline'.

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

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/Nattentia/cueprecise'

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