Skip to main content
Glama
cetijunior

Progresso MCP

by cetijunior

dashboard_pulse

Get an agency pulse overview with financials summary, checked-in team members, and in-progress ticket count in a single snapshot.

Instructions

Agency pulse: financials summary, who's checked in, in-progress ticket count.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. The description is entirely passive and doesn't disclose whether this is a read-only operation, whether data is live or cached, what time period 'pulse' covers, or what the response structure looks like. For a tool that aggregates multiple data sources, this is a significant transparency gap.

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?

The description is a single efficient sentence that lists all three content domains concisely. No wasted words. Slightly low given it could add more useful context, but appropriately sized for what it conveys.

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

Completeness2/5

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

For a tool with 0 parameters and no output schema, the description is the only source of behavioral and usage information. It fails to explain the scope of the data (e.g., all time versus today), the format of results, or what makes it distinct from detailed list tools. The description is adequate for stating the purpose but incomplete for guiding a correct invocation.

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?

The tool has 0 parameters with 100% schema coverage, so the baseline is 4. The description effectively communicates what data the tool surfaces (financials, check-ins, in-progress tickets), which is meaningful given no parameters exist to clarify.

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

Purpose3/5

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

The description states the tool gives 'Agency pulse' with a financials summary, who's checked in, and in-progress ticket count. This is reasonably specific about the resource (dashboard/agency pulse) and the three content areas. However, it doesn't explicitly contrast with sibling tools (e.g., list_tickets, list_leads), so the distinction is implied but not stated.

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

Usage Guidelines2/5

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

There is no explicit guidance on when to use this tool versus alternatives. With 14 sibling tools including list_tickets and list_projects, the description doesn't clarify that this is the aggregate/summary view versus the detailed listing tools. The 'pulse' framing implies an overview use case, but no explicit when/when-not guidance is given.

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/cetijunior/progresso-mcp'

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