Skip to main content
Glama

create_goal

Create a goal with required title and optional attributes including description, target date, priority, tags, and project association. Organize goals using horizons and areas for structured tracking.

Instructions

Create a goal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
descriptionNo
colorNo
target_dateNo
timeline_daysNo
project_idNo
statusNo
priorityNo
tagsNo
horizonNo
areaNo
Behavior1/5

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

No annotations provided and the description does not disclose any behavioral traits (e.g., side effects, auth requirements, rate limits, return format). For a mutation tool, this is a critical gap.

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

Conciseness1/5

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

Extremely terse but at the cost of informativeness. The single sentence does not earn its place because it adds no value beyond the tool name. This is under-specification, not conciseness.

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

Completeness1/5

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

With 11 parameters, no output schema, and no annotations, the description is completely inadequate to guide correct invocation. It fails to provide essential context for a tool this complex.

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?

Schema coverage is 0% and the description omits any explanation of the 11 parameters. The input schema has constraints (e.g., minLength on title) but the description adds zero semantic value.

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

Purpose2/5

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

Description restates the name ('Create a goal') without adding any differentiation from sibling tools that also create entities (e.g., create_task, create_note). It provides the verb and resource but no scope or distinguishing characteristics.

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

Usage Guidelines1/5

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

No guidance on when to use this tool vs alternatives. No mention of prerequisites, exclusions, or context for invocation.

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/Murali1889/MCP-mursa'

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