Skip to main content
Glama

Server Quality Checklist

58%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v1.0.0

  • Disambiguation4/5

    Most tools have distinct purposes, with clear separation between daily vs. weekly summaries, quick stats vs. full summaries, and retrieval vs. generation. However, 'generate_weekly_summary' and 'get_summary' could cause some confusion since both relate to weekly summaries, though one generates new data while the other retrieves existing ones.

    Naming Consistency5/5

    All tool names follow a consistent verb_noun pattern with clear, descriptive verbs (compare, generate, get, list) and nouns (periods, daily_summary, weekly_summary, quick_stats, summary, summaries). There are no deviations in style or convention throughout the set.

    Tool Count5/5

    Six tools is well-scoped for a productivity summary server, covering generation (daily, weekly, comparison), retrieval (list, get), and quick queries without being overwhelming. Each tool appears to serve a specific, necessary function in the workflow.

    Completeness4/5

    The tool set covers core productivity summary operations well, including generation, comparison, and retrieval. A minor gap is the lack of update or delete tools for managing existing summaries, which might limit agent flexibility, but the core workflows for creating and accessing summaries are adequately supported.

  • Average 3/5 across 6 of 6 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

  • Add a LICENSE file by following GitHub's guide. Once GitHub recognizes the license, the system will automatically detect it within a few hours.

    If the license does not appear after some time, you can manually trigger a new scan using the MCP server admin interface.

    MCP servers without a LICENSE cannot be installed.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior2/5

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

    With no annotations provided, the description carries full burden but offers limited behavioral insight. It mentions output formats and that reports are 'generated,' but doesn't disclose whether this is a read-only operation, if it requires specific permissions, whether it's computationally intensive, or what happens when save_to_file=true (where files are saved, naming conventions, overwrite behavior). For a tool with 5 parameters and no annotation coverage, this is insufficient.

    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 efficiently structured in two sentences: first states the core purpose, second specifies output formats. There's no wasted language, though it could be slightly more front-loaded by mentioning key parameters. Every sentence earns its place by adding distinct information.

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

    Completeness3/5

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

    Given 5 parameters with nested objects, no annotations, and no output schema, the description is moderately complete but has significant gaps. It covers the what (comparison) and output formats but lacks behavioral context (permissions, side effects), usage guidance, and output details. For a comparative analysis tool that likely produces complex reports, more context about report structure, data sources, or limitations would be helpful.

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

    Parameters3/5

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

    Schema description coverage is 100%, so the schema already documents all parameters thoroughly. The description adds minimal value beyond the schema - it mentions 'productivity statistics' which loosely relates to metrics, and 'HTML and Markdown formats' which relates to output_format, but provides no additional semantic context about parameter interactions or interpretation. Baseline 3 is appropriate when schema does the heavy lifting.

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

    Purpose4/5

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

    The description clearly states the tool's purpose: 'Compare productivity statistics between two time periods' with specific outputs ('HTML and Markdown formats showing trends and changes'). It distinguishes from siblings like generate_daily_summary or get_quick_stats by focusing on comparative analysis rather than single-period reporting. However, it doesn't explicitly differentiate from all siblings (e.g., get_summary could potentially involve comparisons).

    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?

    The description provides no guidance on when to use this tool versus alternatives. It doesn't mention when this comparative tool is preferred over single-period tools like generate_daily_summary or get_quick_stats, nor does it specify prerequisites or appropriate contexts for comparison. The agent must infer usage from the purpose alone.

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

  • Behavior2/5

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

    No annotations are provided, so the description carries full burden. It mentions 'Returns structured summary with optional HTML/Markdown output' and implies data aggregation, but lacks critical behavioral details: whether this is a read-only operation, if it requires specific permissions, processing time, rate limits, or what happens when 'save_to_file' is true. For a complex 6-parameter tool with no annotations, this is insufficient.

    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 concise and front-loaded, stating the core purpose in the first clause. Both sentences are relevant: the first defines the tool's function, the second adds output details. There's no wasted text, though it could be slightly more structured for clarity.

    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?

    Given the tool's complexity (6 parameters, data aggregation from multiple sources, no output schema, and no annotations), the description is incomplete. It doesn't explain the summary's structure, data sources' integration, error handling, or output behavior beyond format options. For a tool that likely involves significant processing and file operations, more context is needed.

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

    Parameters3/5

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

    Schema description coverage is 100%, so parameters are well-documented in the schema. The description adds minimal value beyond the schema: it mentions 'optional HTML/Markdown output' which relates to 'output_format', and 'comprehensive weekly productivity summary' hints at 'include_sections'. However, it doesn't provide additional context about parameter interactions or semantics not in the schema.

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

    Purpose4/5

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

    The description clearly states the tool's purpose: generating a comprehensive weekly productivity summary from specific data sources (Slack, Calendar, Gmail). It specifies the verb 'generate' and resource 'weekly productivity summary', but doesn't explicitly differentiate from siblings like 'generate_daily_summary' or 'get_summary' beyond the weekly focus.

    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?

    The description provides no guidance on when to use this tool versus alternatives. With siblings like 'generate_daily_summary', 'get_quick_stats', and 'get_summary', there's no indication of comparative use cases, prerequisites, or exclusions. The agent must infer usage from the tool name alone.

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

  • Behavior2/5

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

    With no annotations provided, the description carries the full burden of behavioral disclosure. It states it 'retrieves' a summary, implying a read operation, but doesn't disclose any behavioral traits such as error handling (e.g., what happens if no summary matches), performance characteristics, rate limits, or authentication needs. It lacks details on what 'retrieve' entails beyond the basic action.

    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 a single, efficient sentence that front-loads the core purpose ('Retrieve a specific weekly summary') and adds necessary qualification ('by filename or date range'). There's zero waste, and it's appropriately sized for the tool's complexity.

    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?

    Given the tool has 5 parameters, no annotations, and no output schema, the description is incomplete. It doesn't explain the return format, error conditions, or how parameters interact (e.g., whether 'filename' overrides 'date range'). For a retrieval tool with multiple input options, more context is needed to guide effective use.

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

    Parameters3/5

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

    Schema description coverage is 100%, so the schema fully documents all parameters. The description adds minimal value by mentioning 'filename or date range', which loosely maps to parameters but doesn't provide additional semantics beyond what's in the schema (e.g., it doesn't explain interactions between parameters or usage scenarios). Baseline 3 is appropriate as the schema does the heavy lifting.

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

    Purpose4/5

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

    The description clearly states the action ('Retrieve') and resource ('weekly summary'), specifying it can be retrieved by 'filename or date range'. It distinguishes from siblings like 'list_summaries' (which likely lists multiple) by focusing on retrieving a specific summary. However, it doesn't explicitly differentiate from 'get_quick_stats' or 'compare_periods', keeping it at 4 rather than 5.

    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?

    The description provides no guidance on when to use this tool versus alternatives. It doesn't mention when to choose 'filename' vs 'date range', or how it differs from 'list_summaries' (which might list multiple summaries) or 'get_quick_stats' (which might provide aggregated data). There's no explicit context or exclusions provided.

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

  • Behavior2/5

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

    No annotations are provided, so the description carries full burden. It mentions listing from a directory but doesn't disclose behavioral traits like whether it's read-only (implied by 'List' but not explicit), potential rate limits, authentication needs, error handling, or output format details. This leaves significant gaps for a tool with no structured safety hints.

    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 a single, efficient sentence that directly states the tool's purpose without unnecessary words. It's front-loaded and every part earns its place, making it highly concise and well-structured for quick understanding.

    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?

    Given the tool has no annotations and no output schema, the description is incomplete. It doesn't explain what the returned summaries look like (e.g., list of files, metadata), potential pagination, or error cases. For a list operation with three parameters and no structured output info, more context is needed to guide effective use.

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

    Parameters3/5

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

    The input schema has 100% description coverage, fully documenting all three parameters (limit, sort, format) with defaults and enums. The description adds no additional parameter semantics beyond what the schema provides, so it meets the baseline score of 3 for high schema coverage without extra value.

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

    Purpose4/5

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

    The description clearly states the action ('List') and resource ('previously generated weekly summaries from the summaries directory'), making the purpose evident. However, it doesn't explicitly differentiate from sibling tools like 'get_summary' or 'get_quick_stats', which might also retrieve summary-related data, so it doesn't reach the highest score.

    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?

    The description provides no guidance on when to use this tool versus alternatives such as 'get_summary' (which might fetch a single summary) or 'generate_weekly_summary' (which creates new ones). There's no mention of prerequisites, exclusions, or specific contexts, leaving usage unclear relative to siblings.

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

  • 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. It mentions generating a summary and saving it (implied by 'save_to_file' parameter), but doesn't cover critical aspects like authentication requirements, rate limits, data privacy implications, or what happens when saving fails. For a tool that aggregates personal data from multiple sources, this is a significant gap in transparency.

    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 appropriately concise with two sentences that directly address purpose and usage. It's front-loaded with the core functionality and avoids unnecessary fluff. However, the second sentence could be slightly more specific (e.g., 'Use for end-of-day wrap-ups' instead of 'Perfect for'), keeping it efficient but not perfectly polished.

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

    Completeness3/5

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

    Given the tool's complexity (aggregating data from multiple sources, 4 parameters, no output schema, and no annotations), the description is moderately complete. It covers the 'what' and hints at the 'why,' but lacks details on behavioral aspects, error handling, or output structure. Without annotations or an output schema, users might not fully understand what to expect from the tool's operation.

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

    Parameters3/5

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

    Schema description coverage is 100%, meaning all parameters are documented in the schema itself. The description doesn't add any parameter-specific details beyond what's in the schema (e.g., it doesn't explain the 'include_sections' options further). With high schema coverage, the baseline is 3, as the description doesn't compensate but also doesn't detract.

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

    Purpose4/5

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

    The description clearly states the tool's purpose: 'Generate a concise daily productivity summary from today's Slack, Calendar, and Gmail activity.' It specifies the verb (generate), resource (daily productivity summary), and data sources (Slack, Calendar, Gmail). However, it doesn't explicitly differentiate from sibling tools like 'generate_weekly_summary' or 'get_summary', which prevents a perfect score.

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

    Usage Guidelines3/5

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

    The description provides implied usage context with 'Perfect for end-of-day wrap-ups and next-day planning,' suggesting when to use it. However, it lacks explicit guidance on when to choose this tool over alternatives like 'generate_weekly_summary' or 'get_quick_stats,' and doesn't mention any prerequisites or exclusions, leaving room for ambiguity.

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

  • 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. It mentions 'fast lightweight query' which hints at performance characteristics, but doesn't describe what specific metrics are returned, whether authentication is required, rate limits, error conditions, or the format of the response. For a tool with no annotations and no output schema, this leaves significant behavioral gaps.

    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 two concise sentences that efficiently convey purpose and key characteristics. Every word earns its place: 'Get quick productivity metrics' establishes the core function, '(Slack, Calendar, Gmail)' specifies scope, 'without generating a full summary' differentiates from siblings, and 'Fast lightweight query' adds behavioral context. No wasted words.

    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?

    Given no annotations, no output schema, and 3 parameters, the description is incomplete. While it clearly states purpose and differentiates from some siblings, it lacks details about what metrics are returned, authentication requirements, rate limits, or error handling. For a tool that presumably returns productivity data across multiple services, more context about the output format and behavioral constraints would be helpful.

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

    Parameters3/5

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

    Schema description coverage is 100%, with all three parameters (days_back, start_date, end_date) well-documented in the schema including descriptions, defaults, and constraints. The description adds no parameter-specific information beyond what's in the schema, so it meets the baseline of 3 for high schema coverage without compensating value.

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

    Purpose4/5

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

    The description clearly states the verb 'Get' and the resource 'quick productivity metrics (Slack, Calendar, Gmail)', specifying what data sources are included. It distinguishes from siblings by noting it provides 'quick metrics without generating a full summary', differentiating it from summary-generation tools like generate_daily_summary or get_summary. However, it doesn't explicitly contrast with compare_periods or list_summaries.

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

    Usage Guidelines3/5

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

    The description implies usage context by stating 'without generating a full summary' and 'fast lightweight query', suggesting this tool is for quick overviews rather than detailed reports. It doesn't explicitly state when to use this tool versus alternatives like compare_periods or list_summaries, nor does it provide exclusions or prerequisites. The guidance is present but not comprehensive.

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

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

summary-mcp MCP server

Copy to your README.md:

Score Badge

summary-mcp MCP server

Copy to your README.md:

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/philipbloch/summary-mcp'

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