Skip to main content
Glama
sh1rokovs

timetta-mcp

by sh1rokovs

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TIMETTA_BASE_URLNoOData base URLhttps://api.timetta.com/odata
TIMETTA_API_TOKENYesStatic Token API value (Bearer), TTL 1 year

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_entitiesA

List the queryable Timetta OData entities (EntitySet names).

get_entity_schemaA

Get fields, types and navigation properties for one Timetta entity (e.g. 'Users', 'TimeEntries'). Call this before query_odata to learn real field names.

query_odataA

Query a Timetta OData entity.

Args use OData semantics ($filter, $select, $expand, $orderby, $top, $skip) without the leading '$'. Example: entity='TimeEntries', filter='Date ge 2024-01-01', expand='Project,User', select='Date,Hours'. top defaults to 50 and is capped at 200; use skip to paginate. Returns a JSON array of rows, or 'Error: ...' on failure.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/sh1rokovs/timetta-mcp'

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