Skip to main content
Glama
jarero321
by jarero321

project_create

Create a new project from a template and assign it to a specific area using GTD and PARA methodologies for organized planning in Obsidian.

Instructions

Create a new project from template with area assignment

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesProject name
areaYesArea the project belongs to
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. While 'Create' implies a write/mutation operation, it doesn't specify permissions needed, whether creation is idempotent, what happens on duplicate names, or what the response contains. The mention of 'from template' hints at some behavior but lacks detail about template selection or defaults.

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 a single, efficient sentence with zero wasted words. It's front-loaded with the core action and includes key distinguishing features. Every word earns its place.

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?

For a creation tool with no annotations and no output schema, the description is insufficient. It doesn't explain what 'from template' means practically, what gets returned, error conditions, or how this fits into the broader system context with sibling tools. The agent would need to guess about important behavioral aspects.

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?

Schema description coverage is 100%, so the schema already documents both parameters thoroughly. The description adds minimal value by mentioning 'area assignment' which aligns with the area parameter, but doesn't provide additional context about template selection or how name/area interact. Baseline 3 is appropriate when schema does the heavy lifting.

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 the action ('Create a new project') and key features ('from template with area assignment'), which distinguishes it from sibling tools like projects_list or weekly_create. However, it doesn't explicitly differentiate from other creation tools like daily_create or weekly_create beyond mentioning templates and area assignment.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like daily_create, weekly_create, or task_add. There's no mention of prerequisites, context for project creation, or when other creation tools might be more appropriate.

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/jarero321/mcp-obsidian-planner'

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