Skip to main content
Glama
task_template.md1.23 kB
# Task [ID]: [Task Title] ## Objective [Single sentence clearly stating what this task aims to accomplish] ## Specifications ### Requirements - [Requirement 1] - [Requirement 2] - [Requirement 3] ### Implementation Details [Key technical details, patterns, or approaches to follow] ```python # Example code pattern if applicable def example_function(param1, param2): """Example showing the expected implementation pattern.""" # Implementation approach ``` ### Error Handling - Error scenario 1: [How to handle] - Error scenario 2: [How to handle] ## Acceptance Criteria - [ ] [Specific, measurable criterion 1] - [ ] [Specific, measurable criterion 2] - [ ] All tests pass ## Testing ### Test Cases - Unit test: [What to test] - Integration test: [What to test] - Edge case: [Specific edge case and expected behavior] ### Test Implementation ```python # Example test code def test_example(): """Test description.""" # Setup # Execute # Verify ``` ### Running Tests ```bash # Run tests for this task uv run -m pytest tests/test_[module].py -v ``` ## Dependencies - Depends on Task [ID]: [Task Title] ## Developer Notes [Special considerations, potential pitfalls, or resources to consult]

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/MammothGrowth/dbt-cli-mcp'

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