ground-motion
Server Details
Measured ground motion (mm/yr, sinking or uplift) per US address, from NASA Sentinel-1 InSAR
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.7/5 across 5 of 5 tools scored. Lowest: 3.1/5.
Each tool serves a clearly distinct purpose: single address motion, batch motion, account info, coverage check, and historical data. There is no overlap or ambiguity.
All tools follow a consistent verb_noun pattern (check_*, get_*), with 'check' for potentially paid queries and 'get' for free or historical queries. No mixing of conventions.
5 tools is well-scoped for a ground motion data service, covering all essential operations without being too few or too many.
The tool set provides a complete surface for the domain: single address query, batch query, pre-flight coverage check, historical motion, and account management. No obvious gaps.
Available Tools
5 toolscheck_ground_motionARead-onlyInspect
Measured ground motion (sinking/uplift) for a US address or lat/lon, in mm/year AND in/year, from NASA OPERA Sentinel-1 InSAR. Costs $0.40 from your SibFly credits; out-of-coverage / too-stale / too-low-confidence / fuzzy-geocode return FREE. Use the gate params to avoid paying for data you'd reject. dry_run=true is a FREE coverage+cost preview.
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lon | No | ||
| since | No | YYYY-MM-DD; if no new data since this date, return free | |
| address | No | US street address | |
| compact | No | lean payload (fewer tokens) | |
| dry_run | No | FREE preview: coverage + would_cost + data age, no rate, no charge | |
| explain | No | add plain-English narration | |
| max_age_days | No | if data older than this, return free instead of billing | |
| min_confidence | No | 0-1; below this, return free instead of billing |
Output Schema
| Name | Required | Description |
|---|---|---|
| status | No | |
| cost_usd | No | |
| confidence | No | |
| data_age_days | No | |
| near_threshold | No | |
| assessment_code | No | |
| credits_remaining_usd | No | |
| velocity_vertical_in_yr | No | |
| velocity_vertical_mm_yr | No | |
| velocity_uncertainty_mm_yr | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Discloses cost ($0.40), free conditions, data source (NASA OPERA Sentinel-1), units, and dry_run behavior. Consistent with readOnlyHint annotation. No contradictions.
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?
Single dense paragraph with front-loaded purpose, then cost, free conditions, and usage guidance. Every sentence is informative and earned.
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?
Covers core function, data source, cost, free scenarios, and gate params. Output schema exists, so return values are not needed. Complete for a complex tool with 9 parameters.
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 78%, so most parameters are already described. The description adds context about dry_run being a free preview and gate params for cost avoidance, but does not add significant meaning beyond schema for individual parameters.
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 clearly states that it measures ground motion from NASA OPERA Sentinel-1 InSAR for US addresses or lat/lon, specifying units. It distinguishes itself from siblings like get_motion_history by being a single-point check with cost implications, though not explicitly comparing.
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?
Explicit guidance on using dry_run for free preview and gate params to avoid paying for rejectable data. Describes free scenarios (out-of-coverage, stale, low-confidence, fuzzy-geocode). Does not explicitly list when to use alternatives among siblings, but provides clear usage context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
check_portfolioAInspect
Batch ground-motion for many US addresses in one call. Only covered addresses are billed ($0.40 each); misses and duplicate cells are free.
| Name | Required | Description | Default |
|---|---|---|---|
| addresses | Yes | up to 1000 US addresses |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It discloses billing behavior (only covered addresses billed, misses/duplicates free). However, it does not describe output format, error handling, or authentication needs, leaving some 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences: first defines purpose, second adds key billing detail. No wasted words, front-loaded with action.
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 simple tool with one parameter and no output schema, the description covers core purpose, scope (batch US addresses), and billing. Missing details like output format are partially acceptable given simplicity, but could be more complete.
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 input schema already documents the 'addresses' parameter (up to 1000 US addresses) at 100% coverage. The description adds no extra semantic meaning beyond 'batch ground-motion', so it meets baseline.
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 clearly states the verb 'batch ground-motion' and the resource 'many US addresses', distinguishing it from sibling tools like 'check_ground_motion' by implying batch vs. single address. The billing detail adds specificity.
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 use when you have many US addresses, and mentions billing for covered vs. non-covered addresses, which guides cost-aware usage. However, it does not explicitly contrast with siblings or mention when not to use.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_accountBInspect
FREE: your SibFly credit balance, price per report, reports remaining, and top-up URL.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It only lists return values and mentions 'FREE' (likely indicating no cost), but lacks details on permissions, rate limits, or other behavioral traits.
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?
Single sentence, no waste, and front-loads the key term 'FREE'. Could be slightly more structured but effectively concise.
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 no output schema, the description explains the return values adequately. However, it lacks detail on format or units (e.g., currency for balance), leaving some ambiguity. Contextually sufficient for a simple tool but not complete.
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?
With zero parameters, the baseline is 4. The description adds meaning by specifying what information is returned (balance, price, reports, URL), beyond the empty schema.
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 clearly states the tool returns account information (credit balance, price per report, reports remaining, top-up URL). It effectively distinguishes from sibling tools which deal with ground motion, portfolio, coverage, and motion history.
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?
No explicit guidance on when to use this tool versus alternatives. The description implies it is for checking account details, but no when-not or alternative conditions are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_coverageAInspect
FREE pre-flight: is a US address/point covered, how stale is the data (data_age_days), and what a report would cost. Call this before spending.
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lon | No | ||
| address | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description bears full burden. It discloses the tool is FREE and returns data_age_days and report cost, but does not explicitly confirm read-only behavior or side effects. It adds value beyond the name but lacks comprehensive behavioral details.
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 two sentences, front-loaded with the core purpose, and every word adds value. No redundancy or fluff.
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 3 parameters, no output schema, and no annotations, the description covers purpose, usage timing, and output concepts but lacks details on how to specify location (parameter choice) and the exact output structure (e.g., boolean for coverage). Adequate but with gaps.
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 coverage is 0%, but the description adds context that parameters represent a US location (lat/lon or address). It does not explain individual parameter usage, whether parameters are alternatives or required, or their format. Partial compensation for lack of schema descriptions.
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 clearly states the tool checks if a US address/point is covered, indicates data staleness in days, and provides report cost. It distinguishes from sibling tools like check_ground_motion or get_account by specifying a pre-flight coverage check before spending.
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 explicitly says 'Call this before spending,' providing clear when-to-use guidance. It implies a preliminary step but does not explicitly state when not to use or compare with siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_motion_historyBInspect
Multi-year cumulative motion history for an address. Pass from_date and to_date (YYYY-MM-DD) to get the movement between two dates. Costs $0.40.
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lon | No | ||
| address | No | ||
| to_date | No | ||
| from_date | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description must fully disclose behavior. It reveals cost but omits critical details: data freshness, required permissions, error handling (e.g., invalid address), or output format. Lacks depth for a paid tool.
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: purpose then usage+cost. No unnecessary words, directly addresses key information.
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?
Despite low schema coverage and no output schema, the description fails to explain all parameters, required combinations, or expected return data. Incomplete for effective 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 has 5 parameters with 0% description coverage. Description only explains from_date and to_date format (YYYY-MM-DD). Parameters lat, lon, and address are left undefined, leaving the agent guessing their role.
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?
Clearly states it provides 'multi-year cumulative motion history for an address' by specifying a date range. Distinguishes from siblings like 'check_ground_motion' by focusing on historical cumulative motion.
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?
Mentions how to use (pass from_date and to_date) and cost, but lacks explicit guidance on when to use this tool versus alternatives like check_ground_motion. No exclusion or conditional logic.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
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
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!