/** * Tools an agent can call with literally no arguments — the entry points for a * user who has not offered birth data. * * Asserted against the real schemas in test/description-cross-references.test.ts: * each name here must be registered, must be on the CORE surface (most hosts * refuse to call a tool absent from tools/list), and must genuinely have no * required fields. Naming a tool here that needs an argument puts the model's * very first call on a path to a validation error, which is the exact failure * this list exists to prevent. * * Order is deliberate: the visual one leads, because a rendered dial is a * better first impression than a score. */ export declare const ZERO_ARG_ENTRY_TOOLS: readonly ["explore_moon_phase"]; export declare const SERVER_INSTRUCTIONS: string;