InfoAddict Public Site
Server Details
Read-only public information about InfoAddict, Dan Crane, services, and contact options.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Each tool targets a distinct purpose: role-fit assessment, engagement-fit assessment, contact options, services summary, and site guide. The two assess_* tools are clearly differentiated by subject and context in their descriptions.
All tool names follow a consistent verb_noun pattern using lowercase snake_case: assess_* for fit evaluations and get_* for retrievable public information. The naming is predictable and easy to navigate.
Five tools is well-scoped for a public site server covering guides, services, contact, and two evidence-bundle assessments. Each tool has a clear place and none feel redundant or unnecessary.
The tool surface covers the core public-facing needs of the site: orientation via the guide, service context, contact access, and specialized fit assessments. The intentional limitations in descriptions avoid misleading availability claims while still providing useful agent-readable resources.
Available Tools
5 toolsassess_dan_role_fitExplore Dan Crane public professional evidenceARead-onlyIdempotentInspect
Return a zero-input public evidence bundle for established role-fit clients to use with their own local context. It does not state that Dan is seeking roles.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| title | Yes | |
| prompt | Yes | |
| journey | Yes | |
| audience | Yes | |
| readOnly | Yes | |
| lastReviewed | Yes | |
| contentStatus | Yes | |
| profileVersion | Yes | |
| draftPreparedAt | Yes | |
| canonicalBriefUrl | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds meaningful context beyond that: it returns a zero-input public bundle and explicitly warns that the content does not state Dan is seeking roles. This non-obvious behavioral constraint is valuable.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two short sentences deliver the purpose, audience, input requirement, and an important limitation without any filler. Nothing is redundant with the schema or annotations.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-input tool with a rich output schema and strong annotations, the description is complete. It states what is returned, for whom, and a key semantic boundary. There are no hidden parameters or behavioral surprises left undocumented.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the description's statement that it is zero-input covers the full parameter surface. The schema already documents an empty object, and describing parameters further would be redundant.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names a specific verb ('Return') and a specific resource ('public evidence bundle'), and clarifies the intended audience and the important boundary that it does not claim Dan is seeking roles. This distinguishes it from sibling tools like get_services and assess_infoaddict_engagement_fit by focusing on role-fit evidence.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear context for when to use the tool: for established role-fit clients needing public evidence to apply locally. It does not explicitly name alternatives or exclusions, but the role-fit phrasing and sibling names make the intended use reasonably discernible.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
assess_infoaddict_engagement_fitExplore InfoAddict public work and experimentsARead-onlyIdempotentInspect
Return a zero-input public evidence bundle for established engagement-fit clients to use with their own local context. It does not state consulting or advisory availability.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| title | Yes | |
| prompt | Yes | |
| journey | Yes | |
| audience | Yes | |
| readOnly | Yes | |
| lastReviewed | Yes | |
| contentStatus | Yes | |
| profileVersion | Yes | |
| draftPreparedAt | Yes | |
| canonicalBriefUrl | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark the tool as read-only, idempotent, and non-destructive, so the description adds value by specifying zero-input behavior, public evidence, and the limitation that it does not state consulting or advisory availability. No contradictions with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two short sentences deliver the primary function and a key limitation with no filler. The main action is front-loaded in the first sentence.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With an empty input schema, strong annotations, and an output schema present, the tool is simple to invoke correctly. The description gives enough purpose and boundary context, though a bit more detail on how this differs from assess_dan_role_fit or get_site_guide would improve completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has no parameters and full coverage, so there is little to explain; the description reinforces this with 'zero-input.' This meets the baseline for a zero-parameter tool.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states that the tool returns a public evidence bundle for engagement-fit clients, using a specific verb and resource. The name and title further distinguish it from assess_dan_role_fit, though the description itself does not explicitly contrast with that sibling.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It provides a clear audience and context: established engagement-fit clients using their own local context. The negative statement about consulting or advisory availability signals a boundary, but it does not name alternative tools such as get_services or get_contact_options.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_contact_optionsGet InfoAddict contact optionsARead-onlyIdempotentInspect
Return public contact options without sending a message, booking a meeting, or collecting personal data.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| title | Yes | |
| markdown | Yes | |
| canonicalUrl | Yes | |
| lastReviewed | Yes | |
| contentStatus | Yes | |
| profileVersion | Yes | |
| draftPreparedAt | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds transparency by stating that no message is sent, no meeting is booked, and no personal data is collected, which aligns and complements the annotations. This adds value beyond the structured data, hence a 4.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that is concise, front-loaded, and zero-waste. It clearly conveys the purpose and key non-actions in one line, which is ideal for agent consumption.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple with zero parameters, and the output schema exists, so return values are likely documented structurally. The description covers the essential behavioral aspects (non-intrusive read operation). It could potentially note that results are public-only, but the description is adequate for this low-complexity tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, and schema description coverage is 100% (trivially, since no parameters exist). The description does not need to explain parameters, and it correctly focuses on the tool's behavior. Given no parameters, a baseline of 4 is appropriate per the rubric, and the description adds sufficient context.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool 'returns public contact options' without sending a message or collecting personal data, which specifies the verb and resource. It distinguishes from sibling tools by clarifying the non-intrusive nature, though it could be more explicit about what 'contact options' includes (e.g., email, phone numbers).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use this tool by emphasizing it does not send messages or book meetings, distinguishing it from action-oriented tools. However, it does not explicitly name alternatives or state scenarios where siblings like get_site_guide might be more appropriate, so it lacks full exclusion guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_servicesGet InfoAddict professional contextARead-onlyIdempotentInspect
Return a read-only professional-context summary for established services clients. It does not state current availability.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| title | Yes | |
| markdown | Yes | |
| canonicalUrl | Yes | |
| lastReviewed | Yes | |
| contentStatus | Yes | |
| profileVersion | Yes | |
| draftPreparedAt | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds useful behavioral context beyond annotations by explicitly stating that the result does not include current availability, which prevents the agent from assuming availability data 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two short sentences with no filler. The primary purpose is front-loaded, and the key limitation about availability is stated directly. Every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the zero-parameter schema, the presence of an output schema, and annotations covering read-only/idempotent behavior, the description is mostly complete. The phrase 'established services clients' could be more explicit about qualification, but this is a minor ambiguity and not essential for invoking the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and schema description coverage is 100%, so there is no parameter documentation burden. The description does not need to explain parameters, and the baseline of 4 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific action and resource: returning a read-only professional-context summary for established services clients. It does not explicitly differentiate from sibling tools like assess_infoaddict_engagement_fit or get_site_guide, but the scope and the 'does not state current availability' caveat make the core purpose reasonably distinct.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear context for when the tool is appropriate: for established services clients needing a professional-context summary. It does not name alternatives or explicitly state when not to use it, but the 'read-only' and 'does not state current availability' phrasing signals boundaries that help an agent decide.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_site_guideGet InfoAddict site guideARead-onlyIdempotentInspect
Return a read-only guide to InfoAddict and its public agent-readable resources.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| title | Yes | |
| markdown | Yes | |
| canonicalUrl | Yes | |
| lastReviewed | Yes | |
| contentStatus | Yes | |
| profileVersion | Yes | |
| draftPreparedAt | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description says 'read-only' and 'public agent-readable resources', but annotations already declare readOnlyHint, idempotentHint, and destructiveHint. It adds mild scope context but does not disclose additional behavioral traits beyond what annotations provide.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that is direct, front-loaded, and free of filler. Every word contributes meaning.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a parameter-less, read-only guide tool with relevant annotations and an output schema present, the description is sufficient. It lacks only a bit of explicit orientation on when to prefer this tool over its siblings.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
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 semantics for the description to explain. The schema is empty and fully covered, so no compensation is needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
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 returns a read-only guide to InfoAddict and its public agent-readable resources. The resource and scope are specific, making it distinct from sibling tools that retrieve services or contacts.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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, and no alternatives are named. Usage is only implied through the word 'guide', which signals this is likely for orientation rather than a specialized lookup.
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.
5 tool updates
- First observed
assess_dan_role_fit - First observed
assess_infoaddict_engagement_fit - First observed
get_contact_options - First observed
get_services - First observed
get_site_guide
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity – fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge – works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge – works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Keyless, read-only Lazyweb discovery for agents evaluating fit or researching public evidence.
Public portfolio MCP for resume, services, availability, project evidence, and introductions.
Read-only public CVE records, capability metadata, and agent instructions from Hacker Bob.
Research a person's public footprint from a name, phone, email, or username. Sourced.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceExposes a public, read-only professional profile with tools to search resume evidence, fetch curated links, and generate career briefs for LLM agents.MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to retrieve a personal biography, skills, projects, and contact links through a read-only MCP server.-
- AlicenseAqualityCmaintenanceProvides read-only access to the MLA Citation Generator's site overview, FAQs, and official links for AI clients to fetch canonical information about the free MLA 9th edition citation tool.2MIT
- AlicenseNot gradedqualityCmaintenanceEnables read-only access to Pocket Agent's product information, public persona templates, and app catalog. No authentication required.521MIT