Skip to main content
Glama

Get Writing Goals

get_writing_goals
Read-onlyIdempotent

List writing goals with computed progress: percent complete, words remaining, and on-pace status. Filter by active, completed, or missed to track project milestones.

Instructions

List writing goals with computed progress: percent complete, words remaining, and whether each goal is on pace given its target date and the current project word count. Use when the writer asks how close they are to a goal or for a progress dashboard; not when defining a new goal (use set_writing_goal) or forecasting a finish date from writing velocity (use predict_completion). Related: set_writing_goal. Requires an open project and the project database.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoOptional filter by goal status. Omit to list goals of every status; use "active" to see only goals still in progress.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalsYesGoals with computed progress; empty when none match the filter.
projectWordsYesCurrent total word count of the open project.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the read-only, non-destructive nature is covered. The description adds that the tool requires an open project and database, and that it computes progress fields, which is useful behavioral context beyond annotations.

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 concise with three sentences: first states the primary purpose, second provides usage guidelines, third mentions prerequisites. No unnecessary words, front-loaded with key information.

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 has an output schema (so return values are documented elsewhere), the description covers purpose, usage guidelines, and behavioral context (requirement for open project and database). It is complete for an agent to decide whether and when to use this tool.

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?

There is only one optional parameter (status) with enum and description already fully covered in the input schema (100% coverage). The description does not add new meaning beyond what the schema provides, so baseline score of 3 is appropriate.

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 tool lists writing goals with computed progress (percent complete, words remaining, on pace), using a specific verb and resource. It distinguishes from siblings like set_writing_goal and predict_completion, which are mentioned as alternatives for different tasks.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use (when writer asks about goal progress or dashboard) and when not to use (defining goals or forecasting finish dates) with alternative tools named. This provides excellent usage guidance.

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/writerslogic/scrivener-mcp'

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