Gildara

Prompt infrastructure for AI agents—resolve, compose, and manage reusable prompts and briefs through OAuth-secured MCP tools.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • List Prompts: List all prompts in your Gildara vault. Returns titles, IDs, and categories. If connected via OAuth, no API key needed.
  • Search Prompts: Search your Gildara vault semantically by meaning, not just keywords. Returns the most relevant prompts for a natural-language query (e.g. "reviewing code for security issues", "summar
  • Get Prompt: Get details of a specific prompt including its content.

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Prompt infrastructure for AI agents—resolve, compose, and manage reusable prompts and briefs through OAuth-secured MCP tools.

Список инструментов сервера (11)

Технические названия из tools/list. Нужны только разработчикам.

list_promptsList all prompts in your Gildara vault. Returns titles, IDs, and categories. If connected via OAuth, no API key needed.
search_promptsSearch your Gildara vault semantically by meaning, not just keywords. Returns the most relevant prompts for a natural-language query (e.g. "reviewing code for security issues", "summarizing customer feedback"). Ranked by vector similarity over title, description, category, tags, and content. Use this first before list_prompts when looking for a prompt that matches a concept.
get_promptGet details of a specific prompt including its content.
resolve_promptResolve a prompt into its compiled form with operating contract sections assembled. This is what you should use as a system prompt.
create_promptSave a new prompt to your Gildara vault.
save_briefCreate a Brief and dispatch it to a named agent. Use when the user wants to send work to a specific agent (phrases like 'send this to gevorg', 'dispatch this', 'have [agent] do this'). Compose `body` in the second person addressing the agent — it is FROZEN as the agent's instruction packet and the agent has no access to this conversation. Returns immediately after dispatch; the agent's result arrives asynchronously. Default classification 'internal'; only set 'confidential' on explicit user signal. Do NOT write return-result instructions in the body — Gildara auto-appends a 'Returning your result' footer with the exact POST endpoint, brief_id, scope, and payload shape before freezing. Focus `body` on the WORK; the system handles the return contract.
get_brief_resultFetch the result an agent submitted for a previously-dispatched Brief. Use when the user asks 'what did [agent] say about [brief]?', 'show me the result', 'did gevorg respond yet?', or references a brief_id like 'brf_xxxxxxxx'. Returns null-equivalent text if the result hasn't arrived yet — that's a valid state, not an error.
list_returned_briefsList briefs that have results returned from their agents (status='returned'), most recent first. Use when the user asks 'what results are waiting for me?', 'any agent responses?', 'show me completed briefs', 'what did my agents send back?'. Returns summaries (title, agent, returned time) — use get_brief_result(brief_id) to fetch the actual result text for a specific brief.
append_memoryAppend content to an existing prompt. Creates a new version with the appended content.
list_blueprintsBrowse available prompt templates. No API key needed.
draft_promptTurn a messy brain dump into a clean, structured prompt using AI.
Gildara: подключить к Claude, ChatGPT, Cursor · Connectors.fun