Skip to main content
Glama

Server Details

Physical-world evidence and operability checks with provenance and explicit data gaps.

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
Repository
smartsurfsolar/senlay-platform
GitHub Stars
0

Available Tools

3 tools
check_operabilityAInspect

Decision support for an activity at a coordinate. Returns Senlay Core thresholds, exceeded conditions, source divergence, unknowns and assessment uncertainty. It may be wrong; unavailable evidence is named rather than inferred, and a human remains the final authority.

ParametersJSON Schema
NameRequiredDescriptionDefault
latYesLatitude from -90 to 90.
lngYesLongitude from -180 to 180.
timeNoOptional ISO 8601 time. This release supports current conditions only (within 10 minutes of now).
domainYesOperational domain to assess.

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral disclosure burden. It does well by explicitly stating that results 'may be wrong,' that unavailable evidence is named rather than inferred, and that a human remains the final authority. This is significant, honest behavioral context beyond a simple 'returns results' statement, although it does not discuss potential side effects or data freshness beyond what the schema already covers.

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 three tight sentences: purpose, return contents, and a caveat. Each sentence earns its place, and the core purpose is front-loaded. There is no redundant phrasing or filler.

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?

The description gives a solid overview of outputs and epistemic limitations, which is especially important given there is no output schema. It does not describe the time-window constraint, but the schema already covers that. It also does not explain 'Senlay Core,' though that is likely domain terminology rather than a required operational detail. Overall, it is complete enough for safe invocation and expectation-setting.

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 schema already covers all four parameters with descriptions and 100% coverage. The tool description adds general context by framing the operation as 'an activity at a coordinate,' which ties lat/lng/domain together, but it does not add parameter-level detail beyond the schema. Baseline 3 is appropriate given complete schema coverage.

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 states a specific purpose: decision support for an activity at a coordinate, and enumerates what it returns (thresholds, exceeded conditions, source divergence, unknowns, uncertainty). This clearly identifies the tool as an assessment rather than a data-listing or sensing tool, though it does not explicitly name how it differs from siblings.

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 description implies the tool is used when an agent needs decision support for an activity at a specific coordinate, and the return list suggests suitability for operational assessments. However, it gives no explicit guidance on when to choose this over list_domains or sense_location, nor any exclusions or prerequisite conditions.

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

list_domainsA
Read-onlyIdempotent
Inspect

List the operational domains accepted by Senlay and a brief of the evidence and threshold logic each domain uses. Actual thresholds and assessments always come from Senlay Core.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

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 as read-only and idempotent, so the description's job is lighter. It adds value by disclosing that the tool provides only a brief of evidence and threshold logic and that actual thresholds and assessments always come from Senlay Core, which manages expectations about the authority of the returned information.

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 well-structured sentence that front-loads the action and resource, then adds essential detail about what the listing includes and the important caveat about Senlay Core. No words are wasted.

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 zero-parameter, read-only listing tool, the description is complete: it states what is listed, what detail is provided, and the limitation of the information. There are no missing operational details that an agent would need to invoke the tool correctly.

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 and an empty schema, so there is no parameter burden to describe. The description appropriately focuses on the output content rather than inputs, matching the baseline expected for a no-parameter tool.

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 and resource: 'List the operational domains accepted by Senlay' and indicates the content included (evidence and threshold logic). This makes the tool's identity clear and distinguishable from siblings like check_operability and sense_location.

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 description implies the tool is used to get an inventory of operational domains and their threshold logic, but it does not explicitly state when to prefer this over its siblings or when not to use it. The caveat about Senlay Core provides some context but no direct alternative guidance.

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

sense_locationAInspect

Return current physical-world evidence for a coordinate. Every available value keeps its provenance, distance, age, measured/predicted status and confidence; source divergence is reported. Required but unavailable evidence is named, never silently estimated.

ParametersJSON Schema
NameRequiredDescriptionDefault
latYesLatitude from -90 to 90.
lngYesLongitude from -180 to 180.
timeNoOptional ISO 8601 time. This release supports current conditions only (within 10 minutes of now).
domainNoOperational domain; defaults to general.general

TDQS

A4/5.0
Behavior5/5

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

With no annotations provided, the description carries the full behavioral burden and does so well: it discloses provenance, distance, age, measured/predicted status, confidence, source divergence reporting, and that missing required evidence is named rather than silently estimated.

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 compact sentences with the primary action front-loaded. Each sentence earns its place: function, output guarantees, and missing-data handling. No filler.

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?

The description is strong for a no-annotation, no-output-schema tool: it explains what each returned value carries and how missing evidence is handled. It could be more complete by indicating the output shape or explicitly relating the tool to sibling scopes, but the core contract is sufficiently clear.

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%, so the baseline is 3; the description adds no parameter-specific meaning beyond the schema. It reinforces 'coordinate' and 'current', which aligns with lat/lng/time, but does not explain domain or time further.

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 uses a specific verb ('Return') and resource ('current physical-world evidence for a coordinate'), making the tool's core function clear. It does not explicitly distinguish itself from siblings such as check_operability or list_domains, so it misses the top score.

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 'current' and 'for a coordinate' language implies when the tool is relevant, but there is no explicit when-to-use guidance or contrast with alternatives. An agent must infer that this is the evidence-gathering tool among the siblings.

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. 3 tool updates
    • First observedcheck_operability
    • First observedlist_domains
    • First observedsense_location

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Cryptographically anchored, tamper-evident evidence receipts for AI agents — verified run receipts, existence-at-time proofs, and cited answers from an anchored public record. Remote MCP with proof-gated settlement; attests existence and integrity, never truth.
    -
  • A
    license
    B
    quality
    C
    maintenance
    Enables AI agents to verify technical claims against supplied evidence, identify unsupported assumptions and contradictions, and recommend the smallest next check before acting.
    5
    MIT
  • A
    license
    B
    quality
    A
    maintenance
    An append-only research operations framework and read-only MCP that tracks research plans, approvals, observations, claims, failures, revisions, and contributions with source-grounded evidence, providing search, evidence fetch, and audit capabilities without direct ledger writes.
    30
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    Enables revision-bound source audits with exact article fingerprinting, claim-to-source mapping, quotation verification, and immutable JSON evidence reports for prepublication review.
    9
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool serves a clearly distinct purpose: gathering physical evidence, listing supported operational domains, and producing an operability assessment. There is no realistic confusion between data retrieval, metadata listing, and decision support.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using lowercase snake_case: check_operability, list_domains, and sense_location. The verbs are varied but specific to each action, making the naming predictable and intuitive.

Tool Count5/5

Three tools is well-scoped for a focused physical-context decision-support server. Each tool earns its place: one for evidence, one for domain context, and one for the final assessment.

Completeness5/5

The server covers the full workflow for its stated purpose: discovering applicable domains, retrieving current physical-world evidence, and checking operability with uncertainty handling. It explicitly names missing evidence rather than leaving dead ends, so agents can proceed without guessing.