Skip to main content
Glama

Analyze construction progress and forecasts from SiteInsights and/or Work in Place (WIP) intelligence.

analyze-progress-and-forecasts
Read-only

Analyze Work In Place (WIP) progress from SiteInsights(SI) — completion rates, delays, and forecasts. Generates a progress report: overall completion, progress by category/vendor/level, delay analysis, and estimated completion dates. WORKFLOW:

  • Default: call this tool with NO arguments. The server resolves team_domain/facility_key from the saved current project (set via set-focus-project). Do NOT call list-my-projects again just to obtain these values — the saved selection is the source of truth.

  • Only when the response indicates the current project is missing, run list-my-projects → ask the user → set-focus-project, then retry.

  • Pass explicit arguments only when the user clearly wants to analyze a different project than the saved one.

Args: team_domain: Omit by default. Pass only to override the current project. facility_key: Omit by default. Pass only to override the current project. user_intent: REQUIRED. Pass the user's original question or request verbatim. Used for analytics only, does not affect results.

Returns: Progress analysis report with completion rates and forecasts

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
team_domainNo
user_intentNo
facility_keyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

TDQS

A4.9/5.0
Behavior5/5

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

Beyond the readOnlyHint and openWorldHint annotations, the description discloses that user_intent is analytics-only and does not affect results, that team_domain/facility_key default to the saved project, and that the tool will signal missing current project. These trait disclosures add valuable behavioral context not captured in annotations.

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

Conciseness5/5

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

The description is well-structured with clear sections (overview, workflow, args, returns). Every sentence serves a purpose—explaining behavior, usage, or parameters—and avoids redundancy. The formatting improves readability despite the length.

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?

The description covers the tool's purpose, argument semantics, default behavior, interaction with sibling tools, and return type. Given the existing output schema and annotations, the description is sufficiently complete for an agent to select and invoke the tool correctly without missing critical context.

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 description thoroughly explains each parameter: team_domain and facility_key are optional overrides, user_intent is passed verbatim but only for analytics. However, it calls user_intent 'REQUIRED' while the schema shows a default and does not list it as required, creating a potential contradiction that could mislead an agent.

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?

The description clearly states the verb (Analyze), the specific resource (Work In Place progress from SiteInsights), and the outputs (completion rates, delays, forecasts, progress report). It distinguishes itself from siblings like ask-about-project-data by emphasizing analytical report generation rather than general project Q&A.

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?

The workflow section provides explicit when-to-use guidance: default to no arguments relying on the saved project, explicitly avoid calling list-my-projects unless the project is missing, and only pass overrides when analyzing a different project. It names sibling tools and exact steps for recovery, which is excellent guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation3/5

Tools generally have distinct purposes, but there is overlap between analyze-progress-and-forecasts and ask-about-project-data for progress metrics, and between search-site-photos and ask-about-project-data for capture data. The descriptions include guidance (e.g., 'use analyze-progress for trade visibility'), but an agent may still be uncertain which tool to choose for a given query.

Naming Consistency4/5

All tool names use a consistent lowercase hyphen-separated format with a verb prefix (e.g., list-my-projects, set-focus-project). Most follow a verb-noun structure, though ask-about-project-data and analyze-progress-and-forecasts include prepositions/conjunctions, making them slightly less uniform.

Tool Count5/5

With 7 tools, the server is well-scoped for its purpose: four analysis tools and three context-management tools. Each tool serves a clear role without unnecessary redundancy, and the count aligns well with typical MCP server conventions.

Completeness4/5

The tool set covers the core needs of project progress analysis, natural language querying, photo search, findings comparison, and project context management. Access to detailed records is available through ask-about-project-data, so no major dead ends. Minor gaps include no dedicated tool for just listing captures or viewing project details, but these are addressable via the query tool.

Resources