Skip to main content
Glama

Thomas Anglero Speaker MCP

Server Details

Thomas Anglero speaker MCP: bio, keynote topics, booking info, and speaking-inquiry submission.

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 4.1/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool addresses a distinct aspect of the speaker's information or booking process: availability guidance, booking info, profile, topics, and inquiry submission. No functional overlap exists.

Naming Consistency4/5

Four tools use the 'get_' prefix (get_availability_guidance, get_booking_info, get_speaker_profile, get_speaking_topics), while one uses 'submit_' (submit_speaking_inquiry). The verb_noun pattern is consistent, with only one minor variation from the 'get_' convention.

Tool Count5/5

Five tools is an appropriate size for a speaker MCP server. It covers information retrieval and inquiry submission without unnecessary complexity or missing essentials.

Completeness4/5

The tool set covers the main workflow: learning about the speaker, topics, availability, booking process, and submitting an inquiry. A minor gap is the lack of a direct fee query tool, but fees are addressed via booking info and inquiry, so the surface is adequately complete.

Available Tools

5 tools
get_availability_guidanceGet availability guidanceA
Read-only
Inspect

How availability is confirmed. No live calendar is published. Availability for a date is confirmed on inquiry, typically within two business days.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

Beyond the readOnlyHint annotation, the description adds key behavioral details: there is no live calendar, and availability is confirmed on inquiry within two business days. This context helps the agent understand the tool's limitations.

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 concise with three short sentences, front-loading the key purpose. Every sentence adds essential information with no redundancy.

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?

Given the tool has no parameters and no output schema, the description fully covers what the agent needs to know: the purpose and behavior. It is complete for a tool that provides guidance text.

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 input schema has no parameters, and schema description coverage is 100%. Since there are no parameters to document, the description does not need to add parameter semantics, and the baseline score of 4 applies.

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 states what the tool does: it explains how availability is confirmed, including that no live calendar is published and confirmation takes two business days. This distinguishes it from sibling tools like 'get_booking_info' which likely retrieves specific booking details.

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 is for understanding the availability confirmation process rather than checking live availability or making an inquiry, but it does not explicitly state when to use this tool over siblings like 'submit_speaking_inquiry'.

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

get_booking_infoGet booking informationA
Read-only
Inspect

How booking works, the formats offered, and how fees are handled. Fees are provided on inquiry, tailored to format and location. Response within two business days.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

Annotations declare readOnlyHint=true, and description adds that it provides informational content and mentions response time within two business days, which goes beyond 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, front-loaded with main purpose, no unnecessary words. 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?

Given no parameters and no output schema, description covers the tool's purpose well. Could be improved by indicating whether output is plain text or structured.

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, so schema coverage is 100%. Description doesn't need to compensate. Baseline 4 is appropriate.

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?

Description clearly states it explains how booking works, formats, and fees handling. It distinguishes from siblings like submit_speaking_inquiry which is for submission. Could be more specific about the return format.

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?

Implied usage: when user needs to understand booking process or fees. No explicit when-not-to-use or alternatives like get_availability_guidance.

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

get_speaker_profileGet speaker profileA
Read-only
Inspect

Canonical short bio, positioning, notable clients, and links for Thomas Anglero.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

The readOnlyHint annotation already indicates this is a safe read operation. The description adds value by specifying the exact content returned (bio, positioning, clients, links), which goes beyond the annotation.

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, front-loaded sentence that efficiently conveys the tool's purpose and output. No extraneous words.

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 no parameters and no output schema, the description adequately lists the return fields (bio, positioning, clients, links), making it complete for an agent to understand 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 zero parameters with 100% schema coverage. The description does not need to explain parameters, and the lack of parameters is clearly communicated by the 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 the tool returns 'Canonical short bio, positioning, notable clients, and links for Thomas Anglero.' It uses a specific verb ('get') and resource ('speaker profile'), and the sibling tools (e.g., get_speaking_topics, get_booking_info) are clearly distinct topics.

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 when-to-use or when-not-to-use guidance is provided. The description implies usage for obtaining biographical and profile information, but does not differentiate from siblings like get_speaking_topics or get_booking_info.

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

get_speaking_topicsGet speaking topicsA
Read-only
Inspect

The three keynote topics with titles, subtitles, and a one-paragraph description each.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

The description aligns with the readOnlyHint annotation, confirming it is a read-only operation. It adds value by detailing what data is returned, but does not disclose additional behaviors like caching or prerequisites.

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 sentence that is concise, front-loaded, and contains no unnecessary words. It efficiently communicates the tool's output.

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 tool with no parameters and no output schema, the description fully specifies what the tool returns (three topics with titles, subtitles, descriptions). No additional context 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 no parameters, so the baseline is 4. The schema coverage is 100%, and the description does not need to add parameter semantics.

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 it returns exactly three keynote topics, each with title, subtitle, and a one-paragraph description. This is distinct from sibling tools like get_availability_guidance or get_speaker_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 does not explicitly state when to use this tool versus alternatives, but it is implied that it is for retrieving keynote topics. No exclusions or alternatives are mentioned.

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

submit_speaking_inquirySubmit a speaking inquiryAInspect

Send a speaking inquiry to Thomas Anglero. Requires four fields only: name, email, event date, and a free-text message. Fold every other detail into the message in natural language: event location, format (in person, virtual, or pre-recorded), the topic or theme, expected audience size, the organisation and role, and budget if any. Writes into the same pipeline as the website form: it records the inquiry and sends the confirmation and notification emails. Thomas replies personally, typically within two business days.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesFull name of the person making the inquiry.
emailYesContact email address.
messageYesA short free-text description of the event. Fold everything relevant into this one field in natural language: event location, format (in person, virtual, or pre-recorded), the topic or theme you would like Thomas to speak about, expected audience size, the organisation and your role, and budget if you have one. Thomas reads this and replies with availability and a tailored proposal.
websiteNoLeave blank. Anti-spam field.
event_dateYesEvent date, for example "17 February 2027". If the date is not yet fixed, give the intended month or timeframe.
Behavior4/5

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

The description discloses important behavioral traits: it writes into the same pipeline as the website form, records the inquiry, sends confirmation and notification emails, and sets expectation that Thomas replies within two business days. This adds value beyond the readOnlyHint=false annotation, which is consistent.

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 compact four sentences, each serving a distinct purpose: stating the action, explaining required fields, describing the effect, and setting expectations. It 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.

Completeness4/5

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

For a submission tool with no output schema, the description adequately covers inputs, behavior (recording, emails), and expected response timeline. It does not explain the return value, but that is acceptable given common patterns for submission endpoints.

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 input schema has 100% description coverage, so the schema already provides thorough parameter documentation. The description reinforces key points (e.g., folding details into message, website as anti-spam) but does not add significant new meaning beyond what the schema provides.

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: sending a speaking inquiry to Thomas Anglero. It explicitly names the resource and verb, and distinguishes itself from sibling tools (all get_ tools) by being a submission action.

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 clear context on when to use the tool (to send a speaking inquiry) and provides guidance on how to structure the request by folding details into the message field. It doesn't explicitly state when not to use or name alternatives, but the context is sufficient for correct selection.

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!

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Remote MCP server exposing tools to explore Allen Hoem's professional record, including patents, media, and contact requests.
    Last updated
    MIT
  • F
    license
    -
    quality
    B
    maintenance
    The first MCP server that pays for itself. AI agents pay for ScriptMasterLabs data autonomously via x402 — 43+ pay-per-call tools for market intelligence, SEC filings, federal grants/contracts, and more.
    Last updated
  • A
    license
    -
    quality
    B
    maintenance
    Serves portable behavioral identity models via MCP. Extracts how a person thinks, communicates, and makes decisions from text, then provides always-on identity context, semantic fact retrieval, keyword search, and provenance tracing through 4 tools and 1 resource.
    Last updated
    3
    Apache 2.0

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources