Skip to main content
Glama
brentwpeterson

Strety MCP Server

strety_list_todos

List todos from Strety with filters for assignee and completion status. Todos are sorted by due date for easy prioritization.

Instructions

List todos from Strety. Can filter by assignee name and completion status. Returns todos sorted by due date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assigneeNoFilter by assignee name (partial match, e.g., 'Brent' or 'isaac')
maxResultsNoMaximum number of todos to return (default: 50, max: 100)
showCompletedNoInclude completed todos (default: false, only shows open todos)
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that the tool lists, filters, and sorts, but does not explicitly state it is read-only, mention authentication needs, or describe return format. Basic behavior is covered, but transparency could be improved.

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 sentences, front-loaded with purpose, followed by filters and sorting. No unnecessary words; every sentence adds value. Excellent conciseness.

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

Completeness4/5

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

For a simple tool with no output schema, the description covers key aspects: purpose, filters, sorting. It does not mention return fields or pagination, but the schema handles defaults. It is sufficiently complete for its complexity.

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?

The input schema covers all parameters with descriptions (100% coverage). The description adds value by stating the sorting behavior (by due date), which is not in the schema. This enhances understanding beyond the schema alone.

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 the tool lists todos from Strety, with filtering by assignee and completion status, and sorting by due date. This distinguishes it from siblings like strety_get_todo (single) or strety_list_goals (different resource).

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

Usage Guidelines3/5

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

The description implies use for filtering and listing multiple todos, but does not explicitly state when to use this versus alternatives like strety_get_todo for a single todo or strety_list_goals for goals. No usage exclusions are provided.

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/brentwpeterson/mcp-strety'

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