Skip to main content
Glama
Doist
by Doist

user-info

Read-onlyIdempotent

Retrieve user details: ID, name, email, timezone with local time, week start, daily/weekly goal progress, and account plan. Understand user settings and track progress.

Instructions

Get comprehensive user information including user ID, full name, email, timezone with current local time, week start day preferences, current week dates, daily/weekly goal progress, and user plan (Free/Pro/Business).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
planYesThe user plan.
typeYesThe type of the response.
emailYesThe email address of the user.
userIdYesThe user ID.
fullNameYesThe full name of the user.
startDayYesThe start day of the week (1 = Monday, 7 = Sunday).
timezoneYesThe timezone of the user.
dailyGoalYesThe daily goal for task completions.
weeklyGoalYesThe weekly goal for task completions.
weekEndDateYesThe end date of the current week (YYYY-MM-DD).
startDayNameYesThe name of the start day.
weekStartDateYesThe start date of the current week (YYYY-MM-DD).
completedTodayYesThe number of tasks completed today.
currentLocalTimeYesThe current local time of the user.
currentWeekNumberYesThe current week number of the year.
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, covering safety and idempotency. The description adds value by enumerating returned fields but does not discuss permissions, rate limits, or other behavioral traits beyond the 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?

A single, well-structured sentence that front-loads the action ('Get comprehensive user information') and efficiently lists all included data fields without redundancy.

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?

For a zero-parameter tool with read-only annotations and an output schema, the description is fully sufficient. It clearly states what will be returned, and combined with the output schema, provides complete context.

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?

There are zero parameters, so schema description coverage is 100% by default. The description adds no parameter-level detail, which is appropriate given no params exist. Baseline 4 applies.

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 uses specific verbs ('Get comprehensive user information') and lists exact data fields (user ID, full name, email, etc.), clearly distinguishing it from sibling tools that focus on tasks, projects, or other entities.

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?

While no explicit when-to-use or when-not-to-use is stated, the description implicitly positions it as the tool for general user profile data, contrasting with sibling tools that retrieve specific resources (e.g., find-tasks, find-projects). Some explicit guidance on exclusions would improve clarity.

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/Doist/todoist-ai'

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