Skip to main content
Glama

search_standards

Search CCSDS and ECSS standards by query terms to retrieve ranked passages with exact source provenance. Filter by source, status, revision, or document ID for targeted results.

Instructions

Rank locally indexed CCSDS and ECSS passages by meaningful query terms. Returns exact source provenance; an empty list means no passage matched enough distinct meaningful terms.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
sourceNo
statusNo
revisionNo
document_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral disclosure burden. It transparently explains that results are locally indexed, ranking is based on meaningful query terms, provenance is returned, and an empty list has a specific meaning. It does not cover all behavioral details like pagination or threshold specifics, but it is notably more transparent than typical tool descriptions.

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?

Two sentences, no filler, and every phrase adds value: local indexing, ranking criterion, provenance, and empty-list semantics are all packed in efficiently. The core purpose is front-loaded.

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 search tool: it explains what is searched, how results are ranked, what provenance is returned, and how to interpret an empty result. It does not describe the filtering parameters or output shape, but the output schema exists and parameter names are mostly self-explanatory, so the description is reasonably 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 0%, so the description must compensate for six parameters, but it only adds meaning around the query concept ('meaningful query terms'). It does not explain source, status, revision, document_id, or limit beyond what their names and schema defaults imply, leaving a significant semantic gap.

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 action—ranking locally indexed CCSDS and ECSS passages—and clearly identifies the resource being searched. The mention of provenance and empty-list semantics further distinguishes it from the sibling fetch tools get_document and get_passage.

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 this tool is for searching/ranking standards passages, but it does not explicitly state when to use it instead of get_document or get_passage. There are no direct alternatives or exclusion conditions, so the usage context is only inferred rather than stated.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chazzawarner/space-stds'

If you have feedback or need assistance with the MCP directory API, please join our Discord server