Skip to main content
Glama
brentwpeterson

Strety MCP Server

strety_list_goals

List your Strety goals filtered by assignee and completion status, sorted by due date.

Instructions

List goals (rocks) from Strety. Can filter by assignee name and completion status. Returns goals sorted by due date.

Input Schema

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

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

With no annotations, the description must disclose behavioral traits. It covers output ordering and filter behavior, but lacks explicit statement that it is read-only, does not mention pagination limits (maxResults implies, but not stated clearly), and omits response structure.

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, zero wasted words. Every part serves a purpose: action, entity, filters, sorting. Ideal conciseness for a tool description.

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?

Given no output schema and low complexity, the description covers usage and sorting but does not specify the fields returned for each goal, which an agent would need to interpret results. Adequate but incomplete.

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

Parameters3/5

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

The input schema has 100% coverage, so the description adds limited value. It mentions filtering by assignee and completion status, but only adds the sorting-by-due-date detail beyond schema. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('List goals (rocks)') and mentions filter and sort capabilities. It distinguishes from siblings like strety_list_todos by specifying 'goals' as a distinct concept, though it doesn't explicitly differentiate from other list tools.

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 indicates when to use the tool (to list goals) and what filters are available, but does not provide explicit guidance on when not to use it or alternatives (e.g., for detailed search or other entity types). Usage is implied rather than prescribed.

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