Skip to main content
Glama

DeployIt Product Expert

Server info

server_info

Describe this MCP server: which product it answers for, which repositories back it, and how fresh the underlying code index is. Instant (no AI). Call it once at the start of a session to confirm you are talking to the right product — if the index is stale or still building, say so instead of trusting deep answers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the disclosure burden and does well: it promises 'Instant (no AI)', states the kind of information returned, and reveals a critical caveat about stale or building indexes. It doesn't detail output structure or failure behavior, but for a zero-parameter info tool this is a solid disclosure.

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?

Two sentences with no filler: the first defines the resource and content, the second gives timing, usage, and a conditional instruction. Information is front-loaded and every clause earns its place.

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?

For a no-parameter, no-output-schema introspective tool, the description covers what the server answers for, which repositories back it, freshness, latency, and when to use it. No important calling context is missing.

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 no parameters, so there is nothing to document; the description correctly avoids inventing parameter details. This matches the baseline for a zero-parameter tool.

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 names a specific action (describe this MCP server) and a concrete resource scope (product, repositories, index freshness), so an agent can tell what it does. It implicitly contrasts with deep-answer tools ('instead of trusting deep answers') but does not explicitly name sibling alternatives, so it stops just short of full differentiation.

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

Usage Guidelines4/5

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

It gives explicit guidance to call this tool once at the start of a session to confirm the correct product, and explains what to do if the index is stale or building. It lacks a named alternative like ask_product_expert for deeper questions, but the context signals make that inferable.

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.4/5.0
Disambiguation4/5

The tools are mostly distinct: server_info is clearly separate, and get_recent_changes is explicitly positioned as the fast first stop for change-related questions while ask_product_expert handles deeper investigation. Some overlap exists around 'recent changes', but the descriptions provide clear routing guidance.

Naming Consistency4/5

Two tools follow a clear verb_prefix pattern (ask_product_expert, get_recent_changes), but server_info breaks the pattern by being a plain noun phrase. This is a minor deviation rather than a chaotic mix, so the set remains readable and predictable.

Tool Count5/5

Three tools is well-scoped for the stated purpose: deep product Q&A, fast changelog retrieval, and server/index orientation. Each tool earns its place and none are redundant.

Completeness5/5

The tool surface covers the full knowledge-retrieval flow: orient with server_info, get immediate change summaries with get_recent_changes, and perform deep investigation with ask_product_expert. Answers include sources and verification statuses, so there are no obvious dead ends or missing operations for this domain.

Resources