Skip to main content
Glama

connorgallic

Server Details

Query Connor Gallic's profile, products (KaiCalls, Kai CMO, Build with Kai), and writing.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.7/5 across 7 of 7 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clear, distinct purpose: catalog overview, personal profile, single blog post, product listings, reading log, writing list, and action recommendation. No significant overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (get_*, list_*, recommend_*), making them predictable and easy to navigate.

Tool Count5/5

With 7 tools, the server is well-scoped for a personal portfolio and information retrieval. No tool seems extraneous or missing.

Completeness5/5

The tool set covers all major aspects of Connor Gallic's public profile: personal info, products, writing, reading log, and a recommendation system. No obvious gaps for its read-only purpose.

Available Tools

7 tools
get_catalogAInspect

Get the full machine-readable catalog: profile, products, ventures, open source, writing, actions, and endpoints.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior2/5

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

No annotations are provided, and the description does not disclose any behavioral traits such as permissions, rate limits, or side effects. The read-only nature is implicit but not stated.

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, efficient sentence with no redundant information. It is front-loaded with the key action and resource.

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

Completeness4/5

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

Despite no output schema or annotations, the description adequately defines what the tool returns. However, it could be more complete by explaining what 'machine-readable' means or how to interpret the output.

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 no parameters, and the schema coverage is 100% (empty schema). The description adds no parameter-specific information, but since 0 parameters is the case, baseline is 4.

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 states the verb 'Get' and the resource 'full machine-readable catalog', listing all content categories (profile, products, ventures, etc.), which distinguishes it from siblings like get_connor_profile or list_products that focus on individual items.

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

Usage Guidelines3/5

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

The description implies that this tool should be used to retrieve the entire catalog, but it does not explicitly state when to use it versus alternatives or provide any usage exclusions. Siblings are not mentioned.

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

get_connor_profileAInspect

Get Connor Gallic's profile: who he is, his role (AI Automation Architect, founder of MeetKai), what he builds, and his social links.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior2/5

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

No annotations provided; description only lists profile content but omits behavioral traits such as read-only status, error handling, or required permissions.

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?

Single sentence, directly front-loads the purpose with no wasted words.

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

Completeness3/5

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

Sufficient for a simple profile retrieval tool, but lacks detail on output format and error handling; adequate but minimal.

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?

No parameters exist; baseline 4 per instructions for 0-param tools. Description adds value by specifying profile contents beyond empty schema.

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 states 'Get Connor Gallic's profile' with specific details about role and links, distinct from sibling tools like get_catalog or list_products.

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

Usage Guidelines2/5

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

No guidance on when to use this tool vs alternatives; description merely states what it does without contextual recommendations.

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

get_postAInspect

Get a single Connor Gallic blog post by slug (title, summary, category, and the URL to read the full post).

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesThe post slug, e.g. "voicemail-is-where-revenue-dies".
Behavior3/5

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

With no annotations, the description indicates it returns title, summary, category, and URL, but omits behavioral traits like whether the post must be published, authentication needs, or error handling. It does not contradict annotations because none exist.

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?

Single, front-loaded sentence with no unnecessary words. Efficiently communicates the purpose and output.

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

Completeness4/5

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

Given no output schema, the description helpfully names the returned fields. Contextually sufficient for a simple read operation, though could mention slug case sensitivity or format.

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?

The schema already has 100% coverage with a description for slug. The tool description adds no extra semantic meaning beyond restating 'by slug.' Baseline 3 is appropriate.

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 states the tool retrieves a single blog post by slug, specifies the resource (Connor Gallic blog post), and lists returned fields (title, summary, category, URL). It distinguishes from sibling tools like list_writing (which presumably lists posts) and get_connor_profile.

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

Usage Guidelines3/5

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

The description implies usage when you have a slug and want one post, but does not explicitly state when to use alternatives or provide exclusion criteria. No guidance on when not to use this tool vs. list_writing or other siblings.

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

list_productsAInspect

List Connor Gallic's products (KaiCalls the AI receptionist, Kai CMO, Build with Kai) with what each does, who it is for, and the URL to use it.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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

No annotations provided. Description only states listing with details, but doesn't disclose behavioral traits like caching, authentication, or response format. Since no output schema, more behavioral detail would be helpful.

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?

Single sentence, 23 words, front-loaded with verb and resource. No waste.

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

Completeness4/5

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

Good coverage for a simple list with no parameters. Could mention response format (e.g., array) since no output schema, but otherwise complete.

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?

No parameters in schema, so description doesn't need to add parameter info. Baseline is 4; description lists the product details adequately.

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?

Description clearly states verb 'List', resource 'Connor Gallic's products', and specifies the details provided (what each does, who it's for, URL). It distinguishes from siblings like get_catalog and get_connor_profile by focusing on products.

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

Usage Guidelines3/5

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

No explicit guidance on when to use vs alternatives. Implied usage is to list products, but no mention of when not to use or comparison with sibling tools.

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

list_reading_logBInspect

List Connor Gallic's public AI reading log: Discord research links, Brain summaries, saved AI papers, repos, tools, and build candidates. Optional filters: query, theme, week, latestOnly, and buildOnly.

ParametersJSON Schema
NameRequiredDescriptionDefault
weekNoFilter by ISO archive week id, e.g. "2026-W25".
queryNoFree-text filter over title, summary, domain, tags, and Brain summary.
themeNoFilter by theme, e.g. "Agent security", "Web ingestion", or "Skill routing".
buildOnlyNoIf true, only return entries Brain marked as worth building.
latestOnlyNoIf true, only return entries from the rolling current window.
Behavior2/5

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

No annotations are provided, so the description carries full burden. It does not disclose whether results are paginated, ordered, or any rate limits. Lacks critical behavioral details beyond listing optional filters.

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 extremely concise with two sentences. First sentence states the purpose, second lists filters. No redundant information, every word earns its place.

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

Completeness2/5

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

Although the tool has 5 optional parameters and no output schema, the description does not cover expected response format, pagination, or default behavior. Incomplete for an agent to reliably use without assumptions.

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 description coverage is 100% for all 5 parameters. The description mentions the filter names but adds no new semantic meaning beyond the schema. Baseline of 3 is appropriate.

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 states the verb 'List' and the resource 'Connor Gallic's public AI reading log' with specific contents (Discord research links, Brain summaries, etc.). This distinguishes it from sibling tools like list_writing or list_products.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives. It only describes what it does, without indicating context or exclusions. Sibling tools exist but no comparisons provided.

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

list_writingAInspect

List Connor Gallic's original blog posts on AI automation, voice AI, programmatic SEO, and running products solo. Optional filters: query (matches title/excerpt) and category.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoFree-text filter over title and excerpt.
categoryNoFilter by category, e.g. "AI Automation" or "SEO Strategy".
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses the tool lists posts with optional filters, but lacks details on return format, pagination, ordering, or whether all posts are returned. For a simple read operation, it is adequate but not fully transparent.

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, front-loaded with purpose, zero waste. Every sentence earns its place.

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

Completeness3/5

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

Given the tool is simple with only two optional parameters and no output schema, the description covers the basics. However, it omits details like whether results are paginated or ordered, which are relevant for an AI agent. It is minimally viable but not fully complete.

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 description coverage is 100%, so the schema already describes both parameters. The description adds a small example for category ('e.g. AI Automation') but is otherwise redundant. Baseline 3 is appropriate as the description adds minimal value beyond the schema.

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 states the tool lists original blog posts with optional filters. The verb 'list' and resource 'blog posts' are specific, and it distinguishes from siblings like get_post (single post) and list_products (products).

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 implies usage context for browsing posts with filters, but does not explicitly state when to use or not use this tool versus alternatives like get_post or list_products. The context is clear but missing explicit exclusions.

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

recommend_actionAInspect

Given a person's need or situation, return the best next action and destination URL (hire KaiCalls, join the Kai CMO waitlist, try Build with Kai, read the AI receptionist overview, read the writing, or subscribe). Returns ranked suggestions; the caller decides.

ParametersJSON Schema
NameRequiredDescriptionDefault
needYesDescribe the person's situation or goal in plain language.
Behavior2/5

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

With no annotations, the description must fully disclose behavior. It states the tool returns ranked suggestions, but does not explain the ranking mechanism, side effects, performance characteristics, authentication needs, or whether it uses external data. Minimal transparency beyond basic output format.

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 concise sentences front-loaded with purpose and output list. No filler words; every sentence adds value. Highly efficient.

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

Completeness4/5

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

For a simple tool with one required param and no output schema, the description covers purpose, inputs, outputs, and possible values. It is nearly complete, though it omits details like statelessness, response format details, or usage examples.

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%, so the baseline is 3. The description reinforces the parameter's purpose but adds no extra context (e.g., examples, length limits, formatting) beyond what the schema already provides. Meets minimum but doesn't exceed.

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 states the tool's purpose: given a need or situation, return the best next action and destination URL. It lists specific outcomes (hire, join, try, read, subscribe) and distinguishes from sibling retrieval tools (get_catalog, get_post, etc.) by focusing on recommendation rather than data retrieval.

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

Usage Guidelines3/5

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

The description implies when to use (when there is a person's need or situation) but does not explicitly exclude alternatives or compare to siblings. It lacks explicit 'when not to use' guidance or mention of alternative tools for static content retrieval.

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

Discussions

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

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources