Skip to main content
Glama
brentwpeterson

Strety MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
STRETY_CLIENT_IDYesYour Strety OAuth client ID
STRETY_ACCESS_TOKENYesYour Strety access token
STRETY_CLIENT_SECRETYesYour Strety OAuth client secret
STRETY_REFRESH_TOKENYesYour Strety refresh token

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
strety_list_todosA

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

strety_get_todoA

Get full details of a specific todo by its ID

strety_list_peopleA

List all people in the Strety organization. Useful for finding assignee names/IDs.

strety_list_goalsA

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

strety_create_todoA

Create a new todo in Strety. Returns the created todo with its ID.

strety_update_todoA

Update an existing todo in Strety. Only provide fields you want to change. Handles ETag automatically.

strety_complete_todoA

Mark a todo as complete (or uncomplete it). Handles ETag automatically.

strety_delete_todoA

Permanently delete a todo from Strety. This cannot be undone.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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