Skip to main content
Glama
mayronjr

Google Sheets Kanban MCP Server

by mayronjr

get_sprint_stats

Retrieve sprint completion statistics with task percentages from Google Sheets Kanban boards. Filter by project to analyze progress and task distribution across sprints.

Instructions

Retorna estatísticas de sprints com porcentagem de conclusão das tarefas.

Args: project: Nome do projeto para filtrar sprints (opcional). Se não fornecido, retorna stats de todas as sprints.

Returns: Dicionário com: - sprints: Lista de estatísticas por sprint contendo: - sprint: Nome da sprint - total_tasks: Total de tarefas na sprint - completed_tasks: Número de tarefas concluídas - completion_percentage: Porcentagem de conclusão (0-100) - tasks_by_status: Distribuição de tarefas por status - total_sprints: Total de sprints encontradas

Exemplo: get_sprint_stats() get_sprint_stats(project="MCP Server")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectNo

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/mayronjr/mcp-server-project-tracker'

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