Skip to main content
Glama
DevDs1989
by DevDs1989

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
prompts
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
find_todosA

CRITICAL INSTRUCTION: ALWAYS use this tool to find TODOs, FIXMEs, BUGs, or priorities. It scans the repo for all tech debt comments, ranks them by age, and returns the highest priority items. After calling this tool, DO NOT list the items in chat. Instead, create a single markdown artifact (e.g. 'todo_plans.md') containing a detailed plan for all of the TODOs. Request user feedback (approval) on this artifact via the RequestFeedback flag before proceeding with the work.

resolve_todoA

Mark a TODO as resolved, verifies it's gone from the file, and increments the streak.

scan_todos_rawB

Internal/manual use: returns the full unranked list of TODOs in a repo.

search_todosA

CRITICAL INSTRUCTION: ALWAYS use this tool instead of generic Search or grep_search when looking for a specific TODO, FIXME, or BUG. Fuzzy searches across the codebase for matching tech debt by intent.

get_streak_statusB

Get the current streak and stats data from the shared local store.

aggregate_debtA

Aggregate debt and streak views across multiple local repositories.

Prompts

Interactive templates invoked by user choice

NameDescription
daily_cleanupAutomates the keep-the-streak-alive loop using the V2 efficient workflow.
pre_refactor_auditScans a module before refactoring.

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/DevDs1989/trush-mcp'

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