Skip to main content
Glama

create_okr_progress_record

Track OKR progress by adding notes to objectives or key results. Use simple text or rich blocks, and optionally set status or completion percent.

Instructions

[Official API + UAT, v1.3.7] Add a progress note to an OKR objective or key result. Feishu requires source_title, source_url, and a block-structured content; this tool exposes a simple content_text and auto-wraps it into the single-paragraph block format. Pass richer content directly if you need lists / mentions / docs links / images.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentNoOptional: full Feishu block structure ({blocks:[...]}). If provided, overrides content_text.
target_idYesID of the OKR objective or key result. Get from get_okrs response (`objective_list[].id` or `objective_list[].kr_list[].id`).
source_urlNoSource URL (default https://feishu.cn/). Feishu requires a URL even for plain notes.
target_typeYes1 = objective, 2 = key result. Pick based on which level target_id refers to.
content_textNoPlain-text progress note. Auto-wrapped into the Feishu block format. Use `content` instead for rich text.
source_titleNoSource label (default "Progress update"). Shown next to the note in the OKR UI.
user_id_typeNoType of user IDs in mentioned_user_list etc. (default open_id)
source_url_pcNoOptional PC-specific source URL.
progress_statusNoOptional status code (Feishu enum: 1=on track, 2=at risk, 3=blocked, etc).
progress_percentNoOptional progress percent (0-100) to bump alongside the note.
source_url_mobileNoOptional mobile-specific source URL.
Behavior4/5

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

No annotations are provided, so the description carries full responsibility. It discloses the auto-wrapping of content_text into the Feishu block format, the requirement for source_title and source_url, and the override behavior when content is passed. It also mentions the API version and UAT environment. It does not discuss permissions, return values, or failure modes, but for a create operation with no annotations, this is adequate.

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 only three sentences, front-loaded with the primary purpose, then immediately provides key usage constraints and the content option. Every sentence adds essential information without repetition or filler.

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 the tool's complexity (11 parameters, nested content object, no output schema), the description adequately orients the agent: it explains the core Feishu requirement, the simple default path, and the advanced override path. It doesn't explicitly state what the tool returns on success, but the purpose and action are unambiguous from the name and description, making this a minor gap.

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 descriptions cover 100% of parameters, so the baseline is 3. The description adds meaningful value beyond the schema by explaining the relationship between content_text and content: content_text is auto-wrapped into a single-paragraph block, while content can be passed directly for rich formatting. This helps the agent choose the correct parameter based on the desired output.

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 'Add a progress note to an OKR objective or key result', using a specific verb and resource. It distinguishes the tool from sibling tools like list_okr_progress_records and delete_okr_progress_record by implying it is the creation operation, and adds context about Feishu's content requirements.

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 gives clear context on when to use the tool (adding progress notes) and provides guidance on choosing between simple content_text and richer content. It mentions Feishu's mandatory fields, implicitly steering the user to provide source_title and source_url. However, it does not explicitly name alternatives or state when not to use this tool, so it stops short of a full 5.

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/EthanQC/feishu-user-plugin'

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