Dynamik Public Data
Server Details
Public tools to understand Dynamik, discover datasets, and connect account-scoped capabilities.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
4 toolsdescribe_datasetDescribe a Dynamik datasetARead-onlyIdempotentInspect
Read a dataset’s freshness, coverage, provenance URLs, limitations, and explicit public/account/paid access status.
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| dataset | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the agent knows it is safe. The description adds value by listing the specific metadata categories (freshness, coverage, provenance, limitations, access status), which goes beyond the generic safety profile. It does not contradict any annotation and provides contextual detail about the tool's behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, compact sentence that immediately states the action and lists the key attributes. There is no fluff or redundancy, and the critical information is front-loaded. It earns its place without verbosity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool takes a single simple parameter, has a declared output schema (which covers return values), and annotations cover safety semantics. The description adequately specifies what metadata is described. It does not mention error handling or edge cases (e.g., missing dataset), but for a read-only retrieval tool with a well-defined output schema and annotations, this is sufficient. A 5 would require covering additional operational details that are not essential here.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has only one parameter, dataset_id, which is self-explanatory and requires no additional semantics. The description does not explicitly mention dataset_id, but the phrase 'a dataset’s' implicitly signals that a dataset identifier is needed. With 0% schema coverage, the description could have elaborated on how to format the ID, but given the simplicity of the parameter and the clear resource reference, a baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'Read' followed by the resource 'a dataset’s' and enumerates the concrete attributes (freshness, coverage, provenance URLs, limitations, access status). This clearly distinguishes it from siblings: search_datasets is for finding datasets, get_dataset_sample_link retrieves a sample, and describe_dynamik likely covers a different scope. The purpose is unambiguous even without consulting the schema.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use the tool (when you need dataset metadata), but it does not explicitly state when to avoid it or mention alternatives. There is no reference to sibling tools or exclusions, leaving the agent to infer the context. This meets the 'implied usage' level but not the 'clear context with exclusions' bar.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
describe_dynamikDescribe DynamikARead-onlyIdempotentInspect
Learn what Dynamik can add to a space-industry workflow and get the exact free-account, documentation, OAuth, and MCP connection URLs to present to a user.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| service | Yes | |
| connection | Yes | |
| public_access | Yes | |
| connected_capabilities | Yes | |
| suggested_user_message | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already communicate read-only, idempotent, and non-destructive behavior, and the description aligns with those. It adds that exact URLs will be returned, but it does not provide deeper behavioral detail such as whether the content is curated, exhaustive, or subject to availability.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One dense, well-structured sentence that front-loads the purpose and enumerates the specific URL categories. Every phrase contributes meaningful information without excess.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter, read-only tool with an output schema, the description provides enough invocation context: it names the content areas and the user-facing purpose. It is slightly light on detail about the returned overview, but the output schema covers that gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and schema description coverage is effectively 100%, so the description correctly does not need to explain parameters. This matches the baseline 4 for parameterless tools.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names a clear resource (Dynamik) and a clear objective: learn its value for a space-industry workflow and obtain specific URLs. It is distinguishable from the dataset-focused siblings, though it does not explicitly contrast itself with them.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It provides a concrete use context: when a user needs an overview of Dynamik plus account/documentation/OAuth/MCP connection URLs. It does not explicitly state when not to use it or name alternatives, leaving sibling differentiation implied.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_dataset_sample_linkGet a public dataset sample linkARead-onlyIdempotentInspect
Build a bounded request URL only when the canonical catalog marks the current release public. This tool does not proxy dataset content.
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| format | No | geojson | |
| dataset_id | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| release | Yes | |
| request | Yes | |
| dataset_id | Yes | |
| access_tier | Yes | |
| limitations | Yes | |
| manifest_url | Yes | |
| canonical_url | Yes | |
| account_required | Yes | |
| is_accessible_for_free | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, idempotent, and non-destructive. The description adds that it only builds a URL (no content proxying) and conditions on public release status. This is beyond what annotations provide, and no contradiction is present.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with zero fluff. The core action and condition are front-loaded. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
An output schema exists, so return values are covered. However, the description omits what to do if the release is not public (e.g., error handling) and does not explain parameter semantics. For a tool with 3 parameters and no schema coverage, more guidance is needed for correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description should clarify the parameters. It mentions 'bounded request URL' but does not explain how count, format, or dataset_id affect the URL. Without this, an agent cannot correctly construct meaningful requests beyond default values.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific action (build a bounded request URL), the resource (dataset sample link), and a key condition (only when release is public). It also clarifies a non-behavior (does not proxy content), distinguishing it clearly from siblings like describe_dataset or search_datasets.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides clear context for when to use: only when the canonical catalog marks the release public. It also gives an exclusion (does not proxy dataset content), implying it's not for fetching content. It doesn't name alternatives explicitly, but the condition is actionable.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_datasetsSearch Dynamik datasetsARead-onlyIdempotentInspect
Search public-safe Dynamik dataset metadata. Results declare release availability and do not imply account entitlement.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| datasets | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds meaningful behavioral context beyond annotations: results are public-safe, indicate release availability, and do not imply account entitlement. This helps set expectations without contradicting annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two short sentences with no filler. The primary action and key qualification are front-loaded, and the entitlement caveat earns its place by preventing incorrect interpretation of results.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given a simple optional query, strong safety annotations, and an existing output schema, the description covers the essential behavioral aspects. The main missing element is routing guidance relative to sibling tools, but this is not critical for a straightforward metadata search.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% and the description does not explain what 'query' means beyond the implicit search context. It does not state whether query is free-text, supports exact names, or accepts partial matches. With only one optional parameter, the gap is modest but still present.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Search') and resource ('Dynamik dataset metadata'), clearly distinguishing it from the sibling describe/get tools. It also adds a useful qualifier ('public-safe') that clarifies scope immediately.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies this is the tool for searching metadata, but it does not explicitly state when to use it instead of describe_dataset, describe_dynamik, or get_dataset_sample_link. There is no when-not guidance or mention of alternatives.
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.
4 tool updates
- First observed
describe_dataset - First observed
describe_dynamik - First observed
get_dataset_sample_link - First observed
search_datasets
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Governed data discovery, exact queries, decisions, simulations, and runtime utilities over MCP.
Discover, preview, estimate, run, and retrieve reusable AI workflows.
Anonymous public tools for Raintree Technology. See the published agent boundary before use.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Related MCP Servers
- AlicenseBqualityCmaintenanceExposes Databricks REST APIs as MCP tools for managing and querying a Databricks workspace, including clusters, jobs, SQL, Unity Catalog, and more.100MIT

Kinetica MCP Serverofficial
AlicenseBqualityDmaintenanceExposes tools and resources for interacting with Kinetica's database, SQL-GPT contexts, and real-time monitoring.6MIT- AlicenseBqualityNot gradedmaintenanceEnables AI assistants and CLI tools to explore and analyze datasets from 600+ global CKAN open-data portals. Provides comprehensive tools for dataset discovery, datastore queries, metadata analysis, and local downloads without writing custom CKAN integrations.14-
- FlicenseNot gradedqualityCmaintenanceAllows programmatic management of a Dify instance, including listing and creating datasets, managing applications, and tool providers.-
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a clearly distinct function: describing a dataset, describing the Dynamik platform, searching catalog metadata, and generating a sample link. There is no meaningful overlap between them, and the shared 'describe' prefix is disambiguated by its object.
All tool names follow a consistent snake_case verb_noun pattern, with verbs like describe, get, and search paired with clear objects. The naming style is uniform and predictable across the entire set.
Four tools is well-suited to the server's focused purpose of exposing public dataset metadata and onboarding information. Each tool earns its place without redundancy or bloat.
The set covers search, detailed metadata inspection, sample link generation, and platform context, which is sufficient for a public-safe metadata layer. The only minor gap is a lack of full dataset content access, but that appears intentional given the server's explicit public-safe, non-proxy scope.