Add or subtract years, months, weeks, or days from a base date, or shift by business days that skip weekends. Returns the resulting date and total days shifted.
Provides tools for date-time manipulation, including timezone conversion and arithmetic operations like adding or subtracting time units. It also enables users to retrieve current date, time, and timezone information.
Retrieve paginated target CPA chats created after a specified date and time. Read-only and free, returns action IDs for use in chat lookup or complaints.
Get the current local time for any IP address. Automatically detects your timezone using geolocation and returns the current time, day, and ISO timestamp. Provide an IP address to retrieve time for a specific location.
Find direct call sites of a function or method, including indirect calls via function pointers. Returns a flat list of immediate callers for quick reference.
Locate the definition of any function, class, method, or variable in your codebase. Returns kind, qualified name, file:line, and optional full source. Provides suggestions for near matches.
Read source text for a specific symbol (function, class, method, or config value) without loading the entire file. Choose depth: full source, interface skeleton, or signature only.
Retrieve the current date and time in your timezone to accurately interpret relative date references like 'today' or 'this week' before querying Google Calendar events.
Locate the function, method, or class that contains a given line number in a file. Supports nesting depth to retrieve parent definitions for better code navigation.
Delete a specific line or block of code inside a function or method body without rewriting the entire function. Useful for removing a single entry from an inline object literal passed as an argument.