Skip to main content
Glama

Get Metadata

get_metadata
Read-onlyIdempotent

Fetch the dimension definitions and code lists for a specific e-Stat statistics table (statsDataId). Returns category codes needed to construct filters for get_data. Requires _apiKey.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoJ | E
stats_data_idYesTable ID (statsDataId)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changed
    • changedInput schema / examples
      Previous value: -[
      -  {
      -    "stats_data_id": "0003000010000"
      -  },
      -  {
      -    "lang": "E",
      -    "stats_data_id": "0003000010000"
      -  }
      -]New value: +[
      +  {
      +    "stats_data_id": "0000150001"
      +  },
      +  {
      +    "lang": "E",
      +    "stats_data_id": "0000150001"
      +  }
      +]
  2. Changed2 schema fields changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "stats_data_id": "0003000010000"
      +  },
      +  {
      +    "lang": "E",
      +    "stats_data_id": "0003000010000"
      +  }
      +]
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "description": "Response from e-Stat getMetaInfo endpoint containing dimensions and code lists",
      +  "type": "object"
      +}
  3. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already mark the tool read-only, idempotent, and non-destructive; the description adds useful behavioral context by stating it returns dimension definitions and code lists and that it requires _apiKey. This goes beyond what annotations alone communicate without contradicting them.

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?

Three short sentences deliver the core purpose, the returned content's use, and the authentication requirement with no filler. The most important information is front-loaded, making it easy for an agent to parse quickly.

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 two-parameter metadata lookup tool with a present output schema and safety annotations, the description covers the essential missing context: what the tool returns, why it is useful (get_data filter construction), and the _apiKey requirement. No critical invocation information is absent.

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%: both lang and stats_data_id have descriptions in the schema, so the baseline is 3. The description adds contextual framing around stats_data_id (identifies a specific table) and its relationship to get_data, but it does not add substantial parameter-level detail beyond the schema.

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 states a specific verb ('Fetch'), a clear resource ('dimension definitions and code lists for a specific e-Stat statistics table'), and distinguishes this metadata tool from data-retrieval tools like get_data. The mention of 'statsDataId' and its downstream use for get_data makes the tool's role unambiguous.

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 clearly positions this tool as a prerequisite step for constructing filters for get_data, giving the agent a concrete use context. It does not explicitly state when not to use it or name alternative metadata/catalog tools, but the context is clear enough for routing.

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

A3.6/5.0
Disambiguation3/5

Many tools have overlapping purposes, especially the ask_pipeworx variants and Polymarket tools, but detailed descriptions help differentiate. Some tools like 'discover_tools' and 'suggest_questions' also have similar discovery roles, causing potential confusion.

Naming Consistency3/5

Names follow snake_case but lack a consistent pattern: some start with verbs (e.g., 'ask_pipeworx', 'compare_entities'), others with nouns (e.g., 'entity_profile', 'recent_changes'), and prefixes like 'pipeworx_' and 'polymarket_' are used sporadically, making the naming scheme mixed but still readable.

Tool Count2/5

35 tools is excessive for a server named 'Estat Japan', which should focus on Japanese statistics. The majority of tools are general-purpose Pipeworx tools, diluting the scope and making the count feel bloated for the stated purpose.

Completeness2/5

The e-Stat tools (list_data_catalog, search_stats, get_metadata, get_data) provide basic read-only access but lack update or delete operations. The inclusion of many unrelated tools leaves significant gaps for Japanese statistics, and the overall surface is incomplete for the server's implied domain.