We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Teradata/teradata-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
tdvs_resources.py•1.42 kB
# ------------------------------------------------------------------------------- #
# Copyright (C) 2025 by Teradata Corporation. #
# All Rights Reserved. #
# #
# File: tdvs_resources.py #
# #
# Description: #
# This module defines resource templates for the Model Context Protocol (MCP) #
# server. #
# https://modelcontextprotocol.io/docs/concepts/resources #
# #
# Expose data and content from your servers to LLMs. #
# #
# Resources are a core primitive in the Model Context Protocol (MCP) that #
# allow servers to expose data and content that can be read by clients and #
# used as context for LLM interactions. #
# ------------------------------------------------------------------------------- #