Skip to main content
Glama

Read TAP capabilities

starfetch_tap_capabilities
Read-onlyIdempotent

Inspect a TAP service to identify its supported languages, formats, and authentication requirements before using its features.

Instructions

Inspect the selected TAP service's languages, formats, and authentication requirements before using service-specific features.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoExplicit TAP base URL selected for this workflow; use this or service.
serviceNoKnown Starfetch TAP service preset selected for this workflow; use this or url.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
diagnosticsYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior3/5

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 safe read-only nature is fully covered. The description adds useful context about what is inspected (languages, formats, auth), but does not disclose additional behavioral details such as error conditions or rate limits. No annotation contradiction exists.

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?

A single, tightly worded sentence that front-loads the action, the target, the inspected details, and the intended timing. No filler or repetition of schema content.

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?

For a read-only capability inspection tool with an output schema and strong annotations, the description is adequate. It explains why and when to call it without needing to describe return values. It does not explicitly state that exactly one of url/service must be supplied, though the schema descriptions already communicate the either-or relationship.

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%, and both 'url' and 'service' parameters have clear descriptions including the 'use this or the other' relationship. The tool description adds no new parameter-level meaning, so the baseline of 3 is appropriate.

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 uses a specific verb ('Inspect') and names concrete resources: languages, formats, and authentication requirements of the selected TAP service. The phrase 'before using service-specific features' also distinguishes this from sibling tools like starfetch_tap_query or starfetch_tap_submit_job, which execute operations rather than introspect capabilities.

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 gives clear usage timing: use this before service-specific features. It does not explicitly name alternatives or exclusion conditions, but the sibling list and the 'before' phrasing make the intended workflow evident.

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

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/starfetch-js/starfetch'

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