Skip to main content
Glama
collero
by collero

Task Search

task_search

Search Outlook tasks using filters for due dates, status, and subject. Retrieve matching tasks from the default Tasks folder with a configurable limit.

Instructions

Search the default Outlook Tasks folder. All filters are optional; a filterless call returns every task in the folder (up to the effective limit). limit bounds the number of rows returned (optional, default 50, hard max 200 — over-max is clamped, not rejected; <= 0 is rejected).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dueToNo
limitNo
statusNo
dueFromNo
subjectNo
includeNoDueDateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes
results_truncatedNo
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden. It discloses the default folder scope, the effect of a filterless call, the limit default (50), the hard maximum (200), clamping behavior for over-max values, and rejection of <= 0. This is substantive transparency beyond a simple 'search tasks' line, though it omits minor details like sort order or date boundary inclusivity.

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 two sentences with no wasted words. The first sentence states the purpose immediately, and the second packs the essential filter and limit behavior efficiently. Front-loading is excellent.

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

Completeness3/5

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

The output schema exists, so return values are covered, and the limit behavior is well documented. However, with six optional parameters, no annotations, and zero schema descriptions, the tool still lacks needed clarity on filter semantics for most parameters. It is usable but has clear gaps that an agent would have to resolve through inference or experimentation.

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 0%, so the description must compensate, but it only explains the `limit` parameter in detail. The other five parameters (`dueTo`, `dueFrom`, `status`, `subject`, `includeNoDueDate`) are left to name-based inference, with no explanation of matching semantics, range inclusivity, or defaults beyond what the parameter names imply. This is insufficient for confident invocation.

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 names a specific verb ('Search') and a specific resource ('default Outlook Tasks folder'), making the tool's purpose unmistakable. It implicitly distinguishes itself from sibling search tools for mail, calendar, OneNote, and files, and from task_get_task by emphasizing folder-wide search rather than single-task retrieval.

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 gives clear context: this is the tool for searching the default Outlook Tasks folder, and filters are optional with filterless returning all tasks. It does not explicitly name alternatives or exclusion conditions, so it falls short of a 5, but the usage context is strong enough for an agent to select it appropriately.

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/collero/winMCP'

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