Skip to main content
Glama
Doist
by Doist

find-goals

Read-onlyIdempotent

Search goals by name with case-insensitive partial matches and wildcards, or list all accessible goals. Paginated results return a cursor for fetching subsequent pages.

Instructions

Search for goals by name or list all accessible goals. Results are paginated — use the returned nextCursor to fetch subsequent pages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoThe maximum number of goals to return per page.
cursorNoThe cursor to get the next page of goals (cursor is obtained from the previous call to this tool, with the same parameters).
ownerTypeNoFilter by ownership type. Omit for all accessible goals.
searchTextNoSearch for a goal by name (partial and case insensitive match). Supports wildcards (e.g. "ship*"). If omitted, all goals are returned.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalsYesThe found goals.
hasMoreYesWhether there are more results available.
nextCursorNoCursor for the next page of results.
totalCountYesThe total number of goals returned in this page.
appliedFiltersYesThe filters that were applied to the search.
Behavior5/5

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

Annotations declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the tool is safely read-only. The description adds important pagination behavior (using nextCursor) beyond what annotations provide, fully disclosing how results are retrieved.

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?

Two concise sentences that are front-loaded with the core purpose. No filler or redundancy, every sentence adds value.

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 presence of an output schema and full parameter descriptions, the description completes the context by explaining pagination and search behavior. It is fully adequate for a search/list tool with these annotations.

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?

Schema documentation covers 100% of parameters with descriptions, so the description doesn't need to add much. However, the description mentions pagination and 'nextCursor', which adds context to the cursor parameter beyond the schema, earning a score above baseline.

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 explicitly states the tool searches for goals by name or lists all accessible goals. It distinguishes from sibling find-* tools by focusing on goals, and includes pagination details, making the purpose clear and specific.

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?

The description clarifies the two modes (search by name or list all) and mentions pagination. While it doesn't explicitly state when not to use it versus siblings, the purpose is specific enough to guide appropriate usage.

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