Skip to main content
Glama

Server Details

Yerevan Product Coffee: table dates, remaining seats, seat requests, and the field notes behind it.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

6 tools
get_field_noteRead one field note in fullA
Read-only
Inspect

The complete text of a single field note. Use this after search_field_notes or list_field_notes, which return only an excerpt. Accepts the slug, the path, or the full URL — 'what-30-days-of-crawler-logs-showed', '/what-30-days-of-crawler-logs-showed' and 'https://hovhannes.io/what-30-days-of-crawler-logs-showed' all work.

ParametersJSON Schema
NameRequiredDescriptionDefault
noteYesThe note's slug, path, or URL

Output Schema

ParametersJSON Schema
NameRequiredDescription
urlYes
textYesThe note in full, as plain text
titleYes
categoryYes
readTimeNo
publishedAtYes

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, so the safety profile is known. The description adds valuable behavioral context: it clarifies that the tool returns the complete text (as opposed to excerpts) and explains that the input can be a slug, path, or URL with concrete examples. This goes beyond the annotations without contradicting them.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded: first the purpose, then the usage context, then the parameter format. Every sentence contributes. The example list is slightly verbose but serves a clear clarifying purpose for a voice-input‑friendly interface. No fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read‑only tool with one parameter and an output schema present, the description covers the essential aspects: what it returns (complete text), when to use it (after list/search), and what the input can be (slug/path/URL). It does not need to explain return structure because the output schema exists. Nothing important is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 100% coverage with a clear description for the 'note' parameter ('The note's slug, path, or URL'). The description reinforces this and adds real examples of each format, which is more actionable than the schema alone. It does not introduce ambiguity or conflict.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear verb ('Read') and resource ('one field note') with the qualifier 'in full', and explicitly contrasts it with sibling tools that return only an excerpt. This differentiates it from list_field_notes and search_field_notes without ambiguity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly instructs to use this tool after search_field_notes or list_field_notes, which is a clear, usable trigger. It does not explicitly state when not to use it, but the context strongly implies it should not be used for searching or listing since those are covered by siblings. The guidance is strong but not exhaustive on exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_sprint_detailsClarity Sprint detailsA
Read-only
Inspect

What a Clarity Sprint is, what it produces, how long it takes, what it costs, and where to apply. Use this when asked how to work with Hovhannes or what he offers.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
urlYes
nameYes
priceYes
applyAtYes
summaryYes
durationYes
guaranteeYes
deliverableYes

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The readOnlyHint annotation already establishes that this is a safe read operation, so the bar for additional disclosure is lower. The description adds useful context about the scope of content (what Clarity Sprint is, costs, deliverables), but it does not mention whether it returns static information versus dynamically pulled data or any limitations. This is adequate, not exceptional.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single tight sentence that front-loads the tool's content coverage and ends with a direct usage trigger. Every phrase earns its place and there is no filler or repetition of the title or annotations.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a parameterless tool with an output schema, this description is fully sufficient. It names the resource, lists the key return topics, and tells the agent when to use it. No critical invocation guidance is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so there is no schema information to compensate for. The description usefully specifies the semantic content of the returned details, which is all the guidance an agent needs for a parameterless call.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource (a Clarity Sprint) and enumerates the exact information returned: definition, deliverables, duration, cost, and application location. It lacks an explicit imperative verb like 'retrieves' or 'returns', but the intent is unambiguous and it is not confusable with the field-note sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives a direct usage condition: 'Use this when asked how to work with Hovhannes or what he offers.' This clearly signals the triggering scenario. It does not explicitly exclude alternatives, but the sibling tools are topically distinct enough that no confusion is likely.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_field_notesList every field noteA
Read-only
Inspect

Every published field note with its title, category and date, newest first. Use this to see the full range of what has been written before searching within it, then get_field_note to read one in full.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
countYes
notesYes

TDQS

A4.7/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, and the description adds useful behavioral context: only published field notes are returned, ordering is newest first, and each item includes title, category, and date. It does not mention pagination or result limits, but that gap is minor given the output schema is present.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with no filler: the first states the full scope, ordering, and included fields; the second provides adjacent tool guidance. The key purpose is front-loaded and every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is complete for a parameterless, read-only list tool: it defines the output fields, ordering, and the workflow for reading a full note. The output schema covers return structure, so no additional return-value detail is needed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so there is no parameter documentation burden. The description correctly focuses on output behavior instead, which is appropriate for a parameterless list tool.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource: it lists every published field note, with title, category, and date, newest first. It clearly distinguishes itself from get_field_note (read one note) and search_field_notes (search within notes) by framing the list as the full range before searching.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly tells the agent to use this tool to see the full range of what has been written before searching within it, then use get_field_note to read a note in full. This gives a clear workflow and points to an alternative without needing to infer usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_upcoming_tablesUpcoming Yerevan Product Coffee tablesA
Read-only
Inspect

The scheduled dates for the private six-person product roundtable in Yerevan, with how many guest seats remain on each. Use this to answer when the next table is or whether a given date still has room, and to get the exact startsAt value that request_table_seat needs.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
tablesYes

TDQS

A4.7/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare `readOnlyHint: true`, so the read-only nature is covered. The description adds useful behavioral context by explaining the data returned (dates and remaining seats) and that the output is suitable for answering specific questions. It does not contradict annotations and provides enough beyond the structured hints.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded: it states what the tool provides, then gives concrete use cases. Both sentences earn their place, and there is no redundant repetition of the title or schema.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter read-only tool with an output schema, the description is complete. It explains the purpose, the kind of information returned, and how the output connects to a sibling tool. The existing annotations and output schema cover the remaining mechanical details, so nothing critical is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so there is nothing to document beyond what the input schema already implies. The description adds relevant context by naming the `startsAt` value and its relationship to `request_table_seat`, which helps an agent understand how to use the output even though no parameters exist.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource (scheduled dates for the private six-person product roundtable in Yerevan) and what it provides (dates and remaining guest seats). It also differentiates itself through the mention of the exact `startsAt` value needed by `request_table_seat`, making its role distinct from sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly tells an agent when to use this tool: to answer when the next table is, whether a date has room, and to get the `startsAt` value for `request_table_seat`. This gives clear practical usage context and connects it to a sibling tool without ambiguity.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

request_table_seatRequest a seat at a Yerevan Product Coffee tableA
Idempotent
Inspect

Ask for one of the five guest seats at a Yerevan Product Coffee table. Call list_upcoming_tables first and pass one of its exact startsAt values. This sends a real request to a real person, so it takes two calls: call it once to see exactly what would be sent, show that to the person it is about, then call it again with the same values and confirm: true. A request is not a booking — Hovhannes reads each one himself and replies within 3–5 days, and no seat is held until he does.

ParametersJSON Schema
NameRequiredDescriptionDefault
emailYesTheir email address. The reply and the confirmation both go here, so it has to be one they read
phoneYesTheir phone number with its country code, like +374 11 22 33 44. Used only on the evening itself and deleted if the request is closed
confirmNoLeave unset or false to validate and preview without sending anything. Set to true only after the person has seen the preview and agreed to it
buildingNoWhat they are building, in their own words. Optional but read
fullNameYesThe applicant's full name, as they would write it
eventStartYesWhich table. The exact `startsAt` from list_upcoming_tables is best, but the calendar day on its own ("2026-09-10") or the word "next" also resolve against the real schedule
motivationNoWhy this table, now. Optional
linkedinUrlYesTheir personal LinkedIn profile URL (linkedin.com/in/…). Required: seats are chosen on who sits together, which cannot be judged from a name. Company pages, posts and shortened links are refused
perspectiveYesThe perspective they bring: founder (Building or validating a product of your own.); product (Deciding scope, priority, discovery, and delivery.); design-research (Bringing users, flows, and evidence into the room.); engineering (Turning product intent into something real.); growth (Positioning, demand, distribution, retention.); customer (Sales, support, and discovery signals.); hybrid-other (More than one lens, and that is fine.)
contributionNoWhat they can offer the other five people. Optional
discussionQuestionNoThe one real decision or trade-off they are stuck on and want the table's help with. Optional, and the single most useful thing to include

Output Schema

ParametersJSON Schema
NameRequiredDescription
tableNo
statusNo
messageNo
duplicateNo
submittedYes
dailyLimitNo
willSubmitNo
instructionNo
privacyNoteNo
alreadyRequestedNo
needsConfirmationNo
whatHappensOnConfirmNo
confirmationEmailedToNo
confirmationEmailStatusNo

TDQS

A4.7/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description discloses that the call 'sends a real request to a real person,' which goes beyond the readOnlyHint=false annotation by explaining the human side effect. It also explains the dry-run vs confirmed behavior, manual review by Hovhannes, and the 3–5 day delay, none of which the annotations convey.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Four sentences cover purpose, prerequisite, workflow, and expectations without repetition. The most actionable instructions ('Call list_upcoming_tables first') are front-loaded, and no sentence is filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 11 parameters, a two-call confirmation workflow, and human async review, the description covers the essential operational context: what to do first, what the first vs second call does, and what outcome to expect. An output schema exists, so return-value details are not required here; nothing an agent needs to invoke this correctly is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, and the schema descriptions already provide detailed guidance for every parameter, including eventStart resolution and confirm semantics. The tool description reinforces 'pass one of its exact startsAt values' and 'confirm: true' but adds no new per-parameter meaning, so the 3 baseline for high schema coverage applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and object: 'Ask for one of the five guest seats at a Yerevan Product Coffee table,' which names the exact resource and distinguishes it from listing or note tools. It further orients by referencing list_upcoming_tables, making clear this tool consumes that listing and is not itself a listing tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives an explicit prerequisite: 'Call list_upcoming_tables first and pass one of its exact startsAt values,' and a mandatory two-call pattern with confirm:true. It also defines when the tool is not appropriate by stating 'A request is not a booking' and noting no seat is held for 3–5 days.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_field_notesSearch the field notesA
Read-only
Inspect

Search Hovhannes Hovhannisyan's written field notes on product planning, MVP scope, and building with AI agents. Returns the closest notes with a short excerpt and a link. Use this when asked what he has written or thinks about a product topic, then get_field_note to read one in full.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesWhat to look for, in words

Output Schema

ParametersJSON Schema
NameRequiredDescription
notesYes
queryYes
matchCountYes

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already establish readOnlyHint, and the description adds helpful behavioral detail: it returns the closest notes with a short excerpt and link. This clarifies the output shape beyond the schema. The description does not contradict annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences cover purpose, return behavior, and usage guidance with no fluff. The core action is front-loaded, and every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter read-only search tool with an output schema, the description gives enough context: what to search, what to expect in results, and how to continue with get_field_note. Nothing critical is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3, but the description adds meaning by scoping what the query should target: the author's product-planning, MVP-scope, and AI-agent notes. This helps an agent formulate better queries than the generic 'What to look for, in words' schema text alone.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb and resource: searching Hovhannes Hovhannisyan's written field notes, with topic boundaries. It also distinguishes the tool by noting it returns the closest notes with an excerpt and link, setting it apart from get_field_note and list_field_notes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives an explicit usage trigger: 'Use this when asked what he has written or thinks about a product topic.' It also names get_field_note as the follow-up for reading a note in full. It does not explicitly contrast with list_field_notes, but the guidance is still clear and actionable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 6 tool updates
    • First observedget_field_note
    • First observedget_sprint_details
    • First observedlist_field_notes
    • First observedlist_upcoming_tables
    • First observedrequest_table_seat
    • First observedsearch_field_notes

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.5/5.0
Disambiguation5/5

Each tool targets a distinct resource and action: field notes have search/list/get, sprint details stand alone, and roundtables have list/request. There is no meaningful overlap or ambiguity between any pair.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: get_field_note, get_sprint_details, list_field_notes, list_upcoming_tables, request_table_seat, search_field_notes. The verbs are clear and predictable.

Tool Count5/5

Six tools is well-scoped for a personal site offering written content, one service offering, and event seat requests. Each tool has a clear reason to exist and none feel redundant.

Completeness5/5

The read-only content workflow is fully covered with search, list, and get-by-reference. The roundtable workflow covers listing availability and requesting a seat. The service inquiry surface is complete for its stated purpose.

Resources