Skip to main content
Glama
FerrazPiai

Ekyte MCP Server

by FerrazPiai

Listar Tarefas do Ekyte

ekyte_list_tasks
Read-onlyIdempotent

List tasks from your Ekyte workspace with filters like status, type, assignee, and date range. Supports pagination and text search.

Instructions

Lista tarefas da empresa no Ekyte com filtros opcionais.

Filtros server-side: workspace_id, status, task_type_id, phase_id, executor_id, datas. Filtro client-side: search (texto no título).

PAGINAÇÃO: a API do Ekyte não pagina este endpoint — o MCP faz paginação client-side (50 por página) após aplicar todos os filtros.

DICA: sempre filtre por workspace_id para reduzir o volume. Use ekyte_list_workspaces com search para achar o ID.

Retorna: id, título, status, responsável, datas, tempo estimado/real, workspace, tipo de tarefa.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchNoFiltro de texto (case-insensitive) no título da tarefa. Ex: 'playbook'.
workspace_idNoID do workspace para filtrar. Use ekyte_list_workspaces para descobrir.
statusNoFiltro por situação: 10=Ativas, 20=Pausadas, 30=Concluídas, 40=Canceladas. Padrão: 10 (Ativas)
task_type_idNoID do tipo de tarefa para filtrar. Use ekyte_list_task_types para descobrir.
phase_idNoID da etapa atual para filtrar.
executor_idNoUUID do responsável para filtrar. Use ekyte_list_users para descobrir.
created_fromNoFiltrar tasks criadas a partir desta data (AAAA-MM-DD)
created_toNoFiltrar tasks criadas até esta data (AAAA-MM-DD)
due_fromNoFiltrar por data de entrega a partir de (AAAA-MM-DD)
due_toNoFiltrar por data de entrega até (AAAA-MM-DD)
pageNoPágina do resultado filtrado (paginação client-side, 50 por página).
response_formatNoFormato de saídamarkdown
Behavior5/5

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

Annotations indicate safe read-only operation; description adds critical behavioral details: API does not paginate, MCP applies client-side pagination after filters. Also lists return fields. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is well-structured with clear sections: purpose, filter types, pagination, tip, return fields. It is front-loaded and concise, though a bit long with repeated sentences about filter types. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 12 parameters (all documented in schema), no output schema, and clear annotations, the description covers behavioral nuance (pagination, filter scope), cross-references to discover IDs, and return fields. It is comprehensive for an agent to use effectively.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. Description adds value by classifying filters as server-side vs client-side, providing example values (e.g., 'playbook' for search), and explaining pagination parameters. This goes beyond schema descriptions.

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

Purpose5/5

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

Description clearly states it lists tasks with optional filters, and the title 'Listar Tarefas do Ekyte' is specific. It distinguishes from sibling tools like ekyte_list_project_tasks by being company-wide and listing workspace filter. Purpose is unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit guidance on filtering by workspace_id to reduce volume, cross-references to ekyte_list_workspaces, and explains server-side vs client-side filter behavior. Also mentions default status filter. No explicit when-not-to-use but overall very helpful.

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/FerrazPiai/ekyte_mcp_server'

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