Skip to main content
Glama
window.py412 B
from __future__ import annotations from typing import Generic, Sequence from narwhals._compliant.typing import NativeExprT_co class WindowInputs(Generic[NativeExprT_co]): __slots__ = ("order_by", "partition_by") def __init__( self, partition_by: Sequence[str | NativeExprT_co], order_by: Sequence[str] ) -> None: self.partition_by = partition_by self.order_by = order_by

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/Lillard01/chatExcel-mcp'

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