Skip to main content
Glama

focus_create_project

Create a Toggl project immediately using just a name. Add optional client, dates, and tags when permitted for efficient time-tracking setup.

Instructions

Toggl Focus/2.0: create a project immediately (no confirmation). Requires name. Optional client_id is supported. tag_ids are applied in a follow-up PATCH when permitted by the workspace plan/role; if tags are forbidden the project is still created and a warning is returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesProject name
colorNo
pinnedNo
privateNo
tag_idsNoOptional tags. Applied after create; may be forbidden on some plans/roles.
billableNo
end_dateNoYYYY-MM-DD
client_idNo
start_dateNoYYYY-MM-DD
descriptionNo
workspace_idNoWorkspace ID. Defaults to TOGGL_WORKSPACE_ID or cached context.
organization_idNoOrganization ID. Defaults to TOGGL_ORGANIZATION_ID or cached context.
parent_project_idNo
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses key behaviors: creation happens immediately without confirmation, tag_ids are applied via a follow-up PATCH only when allowed, and the project is still created if tags are forbidden (with a warning). This adds meaningful behavioral context beyond a simple 'create' statement.

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: two sentences, front-loaded with the core purpose, and each sentence adds essential information. No filler or irrelevant content.

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?

With 13 parameters, no annotations, and no output schema, this creation tool requires richer context. The description covers the immediate-creation behavior and tag edge case, but omits return value, error conditions, and semantics for most optional fields. An agent would need external docs to fully understand the tool.

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

Parameters2/5

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

Schema description coverage is only 46%, leaving 7 of 13 parameters without schema descriptions (color, pinned, private, billable, description, parent_project_id, client_id). The tool description only explicitly elaborates on name, client_id, and tag_ids, providing useful detail only for tag_ids. It fails to compensate for the large number of undocumented parameters.

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 'create a project' with a specific verb and resource, and notes it happens immediately with no confirmation. This distinguishes it from sibling tools like focus_update_project and focus_list_projects.

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?

Provides context that creation is immediate and requires a name, and explains the conditional behavior of tag_ids. However, it does not explicitly mention alternatives or when not to use this tool, so it falls short of explicit when/when-not 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/copperline-ai/toggl-focus-mcp'

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