Skip to main content
Glama

Describe a Xyte API endpoint

xyte_endpoint_describe
Read-onlyIdempotent

Display the full contract for an endpoint: required path parameters, query parameters, body shape, and credential needed. Call this before making an API call to confirm arguments.

Instructions

Show the full contract for one endpoint: required path parameters, accepted query parameters, body shape and which credential it needs. Call this before xyte_api_call when you are unsure of an endpoint's arguments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesEndpoint key from xyte_endpoints_list, e.g. "organization.devices.getDevices".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYes
urlYes
titleYes
methodYes
bodyTypeYes
mutatingYes
authScopeYes
pathParamsYes
bodyExampleNo
descriptionNo
queryParamsYes
pathTemplateYes
requiresConfirmYes
Behavior4/5

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

Annotations already indicate read-only and idempotent behavior. The description adds value by specifying the contract contents, including credential needs, beyond what annotations provide.

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 concise sentences, front-loaded with purpose, no extraneous information. Every sentence is valuable.

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?

Given the presence of an output schema and sibling tools, the description is complete, covering purpose, usage, and parameter semantics without needing to explain return values.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 100% schema coverage, the description enhances understanding by explaining the key parameter originates from xyte_endpoints_list and provides an example format, adding meaning beyond the schema.

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?

Description explicitly states it shows the full contract for an endpoint, including path parameters, query parameters, body shape, and credential requirements. It distinguishes itself from siblings by advising to call it before xyte_api_call when unsure of arguments.

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?

Clear directive to use before xyte_api_call when uncertain, providing context for usage. While it doesn't explicitly list when not to use, the guidance is strong and actionable.

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/xyte-io/xyte-mcp'

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