Skip to main content
Glama

site

Server Details

EmployeeDeskHQ: the site's own MCP server — dataset; every answer cites the site.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

7 tools
dataset_columnsDataset columns and shapeAInspect

The columns, which of them are numeric, the row count and the provenance banner of the EmployeeDeskHQ dataset. Call this first to learn the schema.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.9/5.0
Behavior3/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 does disclose what the tool returns, but it does not explicitly state that the tool is read-only, how the provenance banner is represented, or whether there are any caveats about row-count accuracy. The description is adequate for a simple metadata query but leaves some behavioral traits implicit.

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 short sentences and every part earns its place: the output components are listed compactly, the dataset is named, and the usage instruction is front-loaded. There is no redundant restatement of the tool name or title.

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

Completeness4/5

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

For a zero-parameter schema-discovery tool, the description is nearly complete: it names the dataset, enumerates the returned information, and instructs the agent to call it first. The lack of an output schema and an explicit return-format description is a minor gap, but it does not hinder 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 zero parameters, so there is no parameter semantics to explain; the baseline of 4 applies. The description adds useful context by naming the exact dataset, which is the only relevant scoping information, and schema coverage is 100%.

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 identifies the resource (EmployeeDeskHQ dataset) and the exact information returned: columns, numeric flags, row count, and provenance banner. It does not use an explicit action verb like 'returns', but 'Call this first to learn the schema' makes the tool's role as the schema-discovery entry point clear. It differentiates from siblings mainly through this first-step guidance rather than naming alternatives.

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?

'Call this first to learn the schema' provides explicit timing/context: use this before other dataset tools. It does not name sibling tools or state when not to use it, so some exclusion guidance is missing, but the instruction is specific enough for an agent to sequence correctly.

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

dataset_compareCompare rows side by sideAInspect

The rows of the EmployeeDeskHQ dataset whose column is any of the given values, in the order given — for "X vs Y" questions.

ParametersJSON Schema
NameRequiredDescriptionDefault
columnYes
valuesYes

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description bears the full burden of disclosing behavior. It states that rows are filtered by column value and that output order follows the order of the given values, which is useful. However, it does not disclose the return format, whether all columns are included, or any side-by-side presentation details promised by the title.

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 entire description is one sentence that front-loads the core behavior and ends with the use-case tagline. No filler or redundant restatement of the schema. It is appropriately sized for the tool's simplicity.

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?

For a tool with two simple parameters and no output schema, the description explains what rows are selected but leaves the return representation unspecified. It does not explicitly state that the output will present rows 'side by side' as the title suggests, nor whether full rows or a subset of columns are returned. The dataset name and filter semantics are present, so it is adequate but not fully complete.

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 schema provides no parameter descriptions (0% coverage), but the description clearly maps both parameters: 'column' is the field to match and 'values' are the candidate values to compare. It also clarifies the match is 'any of' (OR) and that ordering follows the input list. This compensates for the schema's lack of semantic detail, though it omits constraints like valid column names or case sensitivity.

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 the exact resource (EmployeeDeskHQ dataset) and the precise filter logic: rows whose column matches any of the given values, in the provided order. It is clear this is a retrieval/filter operation, though it lacks an explicit verb and does not contrast with sibling tools. The 'X vs Y' phrase hints at the intended comparison use case.

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?

The dash-delimited phrase 'for X vs Y questions' explicitly signals when this tool should be used: comparing rows corresponding to two or more specific values. It provides clear context but does not mention alternative tools or exclusions. The context is sufficient for an agent to select it for side-by-side comparisons.

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

dataset_provenanceWhere this data comes from, and how to cite itAInspect

The source, the date it was computed, the licence and the citation for the EmployeeDeskHQ dataset. Read this to attribute a figure correctly.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.5/5.0
Behavior4/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. 'Read this' signals a read-only lookup, and the listed fields describe what the agent will receive. It does not discuss auth or rate limits, but for a parameterless metadata endpoint this is a minor gap.

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 short sentences with no filler. The identifying content (source, date, licence, citation) is front-loaded, and the usage instruction follows naturally.

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 parameterless metadata tool, this is complete: it says what the tool returns, why it exists, and when to use it. The lack of an output schema is compensated by the explicit list of fields the agent can expect.

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 input schema has zero properties, so there are no parameters to document; the baseline for 0-parameter tools is 4. The description appropriately focuses on the output content rather than inventing parameter guidance.

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 identifies the exact resource (EmployeeDeskHQ dataset provenance) and the specific content it provides: source, computed date, licence, and citation. It also connects the tool to a clear goal ('attribute a figure correctly'). This distinguishes it cleanly from the sibling dataset tools, which focus on data inspection and manipulation.

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?

The description explicitly states the intended use case: read this to attribute a figure correctly. It does not enumerate when not to use it or name alternatives, but the parameterless provenance scope and the sibling tool names make the appropriate selection obvious.

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

dataset_rowLook a row up by an exact keyBInspect

The rows of the EmployeeDeskHQ dataset where a column equals a value exactly (case-insensitive).

ParametersJSON Schema
NameRequiredDescriptionDefault
valueYes
columnYes

TDQS

B3.1/5.0
Behavior2/5

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

No annotations exist, so the description carries full behavioral burden. It usefully discloses case-insensitive exact matching, but it does not clarify whether one row or multiple rows are returned, what happens on no match, or what the response looks like. The title says 'a row' while the description says 'rows', creating ambiguity.

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 focused sentence that front-loads the core matching behavior without wasted words. It is concise and readable, though it could have included sibling or return-info details without becoming bloated.

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 no annotations, no output schema, and a 0% schema description coverage, the description is too thin. It omits the return shape, multiple-match behavior, error/empty-result handling, and how to discover valid column names, leaving an agent to guess important invocation details.

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 0% description coverage, but the description explains the relationship between column and value: the column's value must equal the provided value exactly, case-insensitively. This adds meaning beyond the bare parameter names, though it does not enumerate valid columns or value formatting rules.

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 that the tool returns rows from a specific dataset where a column equals a supplied value exactly, with case-insensitive matching. The phrase 'exactly' differentiates it from the likely fuzzy dataset_search sibling, though no sibling is named explicitly.

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?

Usage is implied: use this when an exact, case-insensitive column match is needed. However, the description gives no explicit guidance about when to prefer this over dataset_search or dataset_columns, nor does it mention any alternatives or exclusions.

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

dataset_statsSummary statistics for a numeric columnAInspect

count, min, max, mean, median and sum of a numeric column of the EmployeeDeskHQ dataset (grouping commas and currency are handled; non-numeric rows are excluded and counted).

ParametersJSON Schema
NameRequiredDescriptionDefault
columnYes

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 behavioral disclosure burden and does so well: it reveals that grouping commas and currency are handled and that non-numeric rows are excluded and counted. This gives the agent useful insight into the computation, though it doesn't specify the output structure or error handling.

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 sentence that front-loads the computed statistics and packs edge-case behavior into a parenthetical. Every part adds value, and there is no filler or redundancy.

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

Completeness4/5

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

For a single-parameter statistics tool with no output schema, the description covers the input requirements, the dataset scope, the returned statistics, and key data-cleaning behaviors. The only notable gap is the exact return format, but the listed statistics largely substitute for it.

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 description coverage is 0% and the only parameter 'column' has no schema description. The description compensates by specifying that the column must be numeric and belong to the EmployeeDeskHQ dataset, which is essential for correct invocation.

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 names a concrete resource (numeric column of the EmployeeDeskHQ dataset), a specific verb (compute summary statistics), and enumerates the exact outputs (count, min, max, mean, median, sum). It is readily distinguishable from siblings like dataset_search or dataset_top.

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 intended use is implied by the statistics list and the dataset name, but there is no explicit statement about when to choose this tool over sibling tools. Alternatives are not mentioned and no exclusions are given.

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

dataset_topRank rows by a numeric columnBInspect

The highest (or lowest) rows of the EmployeeDeskHQ dataset by a numeric column — "which is the most/least X".

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
columnYes
ascendingNotrue for the lowest first; default highest first

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the burden, and it does convey the core behavior: rows are ordered by a numeric column and can be returned highest or lowest. It does not disclose tie-handling, null/missing-value behavior, non-numeric column errors, or the default limit, leaving material 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 a single focused sentence that front-loads the core ranking behavior and adds a natural-language query example. No words are wasted.

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?

For a simple 3-parameter ranking tool, the description plus schema cover the main call shape. However, without annotations or an output schema, an agent is left guessing about returned row shape, limit defaults, and error behavior, so the definition is only minimally complete.

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

Parameters2/5

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

Schema description coverage is only 33%, so the description must compensate for the undocumented 'column' and 'limit' parameters. It adds only that the column must be numeric, and does not explain the semantics or defaults of 'limit' or how 'ascending' maps to the 'highest/lowest' wording beyond what the schema already says.

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 title and description clearly identify a ranking operation on the EmployeeDeskHQ dataset, returning rows by highest or lowest value in a numeric column. It is specific enough to distinguish from dataset_row and dataset_search, though it does not explicitly name any sibling it is not.

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 phrase 'which is the most/least X' implies the tool is for top/bottom row queries, giving a clear intended context. However, it does not state when to prefer dataset_top over siblings such as dataset_stats or dataset_search, and offers no exclusions.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 7 tool updates
    • First observeddataset_columns
    • First observeddataset_compare
    • First observeddataset_provenance
    • First observeddataset_row
    • First observeddataset_search
    • First observeddataset_stats
    • First observeddataset_top

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    An MCP server that acts as a governed customer-support tool, resolving questions only when the knowledge base supports a cited, grounded answer and honestly escalating everything else with provenance and evidence.
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    MCP server providing access to U.S. government primary-source records, fact-checks, news search, and trackers, with cross-referenced entity data and source links.
    4
    66
    MIT
  • F
    license
    A
    quality
    C
    maintenance
    MCP server for querying a page-citable research knowledge base built from PDFs, with exact filename and page citations.
    6
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.6/5.0
Disambiguation3/5

Most tools are clearly distinct, but dataset_row, dataset_search, and dataset_compare have overlapping filtering behavior that could lead an agent to pick the wrong one. Schema, provenance, stats, and top are unambiguous.

Naming Consistency4/5

All tools share the dataset_ prefix with snake_case, which is easy to follow. However, the suffixes mix nouns (columns, row, stats) and verbs (compare, search), so it is not a fully consistent verb_noun convention.

Tool Count5/5

Seven tools is a well-scoped set for a single-dataset query server. Each tool covers a distinct mode of exploration without unnecessary redundancy.

Completeness4/5

The surface covers schema discovery, provenance, exact matching, full-text search, comparison ordering, numeric stats, and top/bottom rows. A minor gap is the lack of a general paginated 'all rows' or arbitrary aggregation tool, but common dataset questions are well supported.

Resources