Skip to main content
Glama

Server Details

Agent-native CRM + get-booked platform. Operate over MCP, or pay per call via x402. No login.

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

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose covering booking, brain access, commerce quoting, and three separate discovery searches (creators, curators, podcasts). No two tools overlap in functionality, making selection unambiguous.

Naming Consistency5/5

All tools follow the pattern 'pitchiq_v1_<category>_<action>', with consistent snake_case and clear categorization (booking, brain, commerce, discover). Actions are descriptive and uniform within categories.

Tool Count5/5

Eight tools cover the server's apparent scope (booking, knowledge graph, discovery) without redundancy or omission. The count is well-scoped for the intended use cases.

Completeness3/5

While booking and discovery are reasonably complete, the brain component lacks write operations (create/update wiki pages), which limits agent ability to modify knowledge. The surface feels slightly incomplete for full workspace management.

Available Tools

8 tools
pitchiq_v1_booking_book_guest_slotAInspect

Book a confirmed guest slot on a PitchIQ host's PUBLIC booking calendar (Calendly-style). Outcome-priced — you pay per confirmed booking. Re-checks slot availability, sends the confirmation email, and pushes to the host's Google Calendar when connected. Find bookable hosts via discover_search_podcasts. x402-payable; no PAT required.

ParametersJSON Schema
NameRequiredDescriptionDefault
start_atYesSlot start (ISO-8601 UTC). Must be a currently-free slot on the host's calendar — re-checked before insert.
host_handleYesThe PitchIQ host's PUBLIC booking handle (e.g. from discover_search_podcasts). Books on THEIR public calendar, not yours.
attendee_nameYesName of the guest being booked (the agent's principal).
attendee_emailYesGuest email — receives the confirmation + cancel link.
attendee_notesNoPitch / context the host sees alongside the booking.
duration_minutesNoMeeting length. Default 30.
Behavior4/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 key behaviors: outcome-priced, re-checks availability, sends confirmation email, pushes to Google Calendar, and is payable with x402 tokens. This gives a solid understanding of side effects and constraints for a write operation.

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, well-structured paragraph of 4 sentences. It front-loads the core purpose, then efficiently adds pricing, side effects, and prerequisites. No extraneous words; 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 tool with 6 parameters, no output schema, and no annotations, the description covers the primary action, prerequisites, payment model, and key side effects. It does not describe return values, but that is partially mitigated by the clear outcome. A brief note on what the tool returns would make it fully 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?

Schema coverage is 100% with detailed parameter descriptions. The description adds contextual value beyond the schema (e.g., host_handle from discover_search_podcasts, attendee_email receives confirmation link, duration default 30). This elevates it above baseline 3.

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 action ('Book a confirmed guest slot'), the specific resource ('PitchIQ host's PUBLIC booking calendar'), and the style ('Calendly-style'). It distinguishes from all sibling tools, which are search/index/brain/commerce tools, not booking 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 mentions a prerequisite ('Find bookable hosts via discover_search_podcasts') and cost model ('x402-payable; no PAT required'). It implicitly indicates when to use (for confirmed slots) but does not explicitly state when not to use or compare to alternatives. Clear, but not exhaustive.

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

pitchiq_v1_brain_get_indexAInspect

Return the workspace 'brain index' — every wiki page's title, slug, and one-line summary, in hierarchy order. Call this at the START of a session to learn what the workspace already knows before searching, asking the user, or creating anything. Requires an active workspace.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

With no annotations, the description discloses the return content (every wiki page's title, slug, summary, ordered hierarchically) and a usage constraint (requires active workspace). It does not mention pagination or limits, but for a zero-parameter read tool, the transparency is adequate.

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 containing all essential information: what the tool returns, when to use it, and a prerequisite. No wasted words, front-loaded with the main purpose.

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?

The description is complete for a simple tool with no parameters and no output schema. It explains the return value, usage context, and condition (active workspace). Could mention if there are any limits on page count, but not essential for a get-index tool.

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?

Tool has zero parameters, so baseline score is 4. No parameter information is needed, and the description correctly omits parameter details.

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 the workspace brain index with specific fields (title, slug, one-line summary) in hierarchy order. It distinguishes itself from sibling tools like search or graph query by offering a full index of all pages, not a filtered or related query.

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?

Explicitly recommends calling at the start of a session to learn what the workspace knows before searching, asking, or creating. Mentions prerequisite of an active workspace, though it doesn't explicitly list when not to use or compare to alternatives.

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

pitchiq_v1_brain_graph_queryAInspect

Traverse the workspace knowledge graph from a specific entity. For wiki_page: returns forward links, backlinks, 5 most similar pages, and CRM entity mentions found in the page text. For contact: returns linked deals, opportunities, tasks, outreach summary, conversation count, and wiki pages mentioning this contact. For deal: returns primary contact, tasks, bookings, conversation count, and wiki pages mentioning this deal. Use this to understand relationships and discover connected information across the workspace. Requires an active workspace.

ParametersJSON Schema
NameRequiredDescriptionDefault
entity_idYesUUID of the entity to query.
entity_typeYesThe type of entity to traverse from.
Behavior4/5

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

With no annotations, the description carries the burden. It details what is returned for each entity type (e.g., forward links, similar pages, CRM mentions). It does not mention side effects, but the tool is inherently read-only.

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

Conciseness4/5

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

The description is well-structured: a concise first sentence stating the purpose, followed by entity-specific details, and a summary sentence. It is slightly lengthy but clear and front-loaded.

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 the complexity (three entity types with different returns), the description is fairly complete. Without an output schema, it explains what is returned for each type. Could mention pagination, but it is adequate.

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 baseline is 3. The description adds value by explaining how the parameters (entity_type, entity_id) influence the traversal and results, providing functional meaning 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 traverses the workspace knowledge graph from a specific entity. It distinguishes behavior for each entity type (wiki_page, contact, deal), which sets it apart 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 Guidelines3/5

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

The description says 'Use this to understand relationships and discover connected information,' implying when to use. However, it does not explicitly state when not to use or compare with sibling search tools, lacking exclusions.

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

pitchiq_v1_commerce_quote_actionAInspect

Get a firm x402 price + payment requirements for any Commerce tool BEFORE committing — so an agent (or its spend policy) can budget. Returns the USD price, pricing class, network, and the x402 'accepts' block to construct the payment. x402-payable (read class).

ParametersJSON Schema
NameRequiredDescriptionDefault
tool_nameYesThe Commerce tool to price (e.g. pitchiq_v1_booking_book_guest_slot). Call tools/list to see what's available.
Behavior4/5

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

No annotations provided, so description carries full burden. States it is 'x402-payable (read class)', indicating a non-destructive read operation. Discloses return fields (USD price, pricing class, network, x402 block). No contradictions.

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 that efficiently convey purpose, timing, and return value. No extraneous information.

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's simplicity (1 param, no output schema, no annotations), the description fully covers what an agent needs: what it does, when to use it, what it returns, and how to construct the payment.

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% for the single parameter. Description adds value by explaining the parameter's purpose and providing an example, plus suggesting to call tools/list to see available options, which goes 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?

Clearly states the verb 'Get' and resource 'firm x402 price + payment requirements for any Commerce tool'. Distinguishes from siblings by being a pricing tool before committing, while siblings are booking/search operations.

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?

Explicitly says to use 'BEFORE committing' and mentions budgeting purpose. Does not explicitly state when not to use, but the context implies it's a prerequisite check. No alternatives listed, but siblings are clearly different domains.

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

pitchiq_v1_discover_search_creatorsAInspect

Search PitchIQ's global Twitch/YouTube creator index by name, category, language, audience size, and whether they accept review keys — for an agent seeking creators to cover a game/product. Returns name, platform handles, followers, avg concurrent viewers, category, and top games. x402-payable; no PAT required.

ParametersJSON Schema
NameRequiredDescriptionDefault
tierNoAudience-size tier.
limitNo
queryNoFree-text match on the creator's display name.
categoryNoFilter by primary category.
languageNoFilter by language.
accepts_keysNoOnly creators who accept review keys.
min_followersNoMinimum follower count.
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the tool is 'x402-payable; no PAT required' and that it returns a list of creators. It does not mention destructive behavior or rate limits, but for a read-only search tool, this is sufficient, earning 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.

Conciseness5/5

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

Two sentences: first covers purpose and parameters, second covers return fields and payment info. No redundant phrases, ideal for quick parsing. Earns a 5.

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?

With no output schema, the description explains return fields. Parameter coverage is high, and the tool's behavior is well-defined. It's nearly complete but could add more on pagination or output format, so a 4.

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 high (86%), so baseline is 3. The description adds value by summarizing parameters concisely and stating the return fields. It does not explain each parameter in detail but provides adequate context for the agent, warranting a 4.

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 the verb 'Search' and resource 'PitchIQ's global Twitch/YouTube creator index', specifying key filtering criteria. However, it does not explicitly differentiate this tool from similar sibling search tools like pitchiq_v1_brain_search or pitchiq_v1_discover_search_curators, so a 4 is appropriate.

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 for creators covering games/products but lacks explicit guidance on when to use this vs. alternatives like curator or podcast search. No when-not-to-use or alternative tool references are provided, keeping it at a 3.

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

pitchiq_v1_discover_search_curatorsAInspect

Search PitchIQ's global Steam-curator index by name, tag, language, and audience size — for an agent marketing a game/product into a niche. Returns curator name, Steam URL, follower + review counts, and tags. x402-payable; no PAT required.

ParametersJSON Schema
NameRequiredDescriptionDefault
tagNoFilter by a curation tag (e.g. 'Indie', 'Strategy', 'RPG').
limitNo
queryNoFree-text match on the curator's name.
languageNoFilter by language (e.g. 'english').
min_followersNoMinimum follower count.
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses 'x402-payable; no PAT required' and states return fields. This adds value but lacks details on idempotency, rate limits, or destructive behavior.

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 two sentences long, front-loading the core function and use case in the first sentence, and providing return info and access requirements in the second. Every word 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?

With 5 optional parameters, no output schema, and no annotations, the description covers the search intent, output fields, and access details. It could mention pagination or error handling, but it's largely complete for a search tool.

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 describes 4 out of 5 parameters (80% coverage). The description summarizes the searchable fields ('by name, tag, language, and audience size') but doesn't exceed what the schema already provides. The 'limit' parameter is mentioned by name but not explained.

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: 'Search PitchIQ's global Steam-curator index by name, tag, language, and audience size'. It specifies the verb (Search), the resource (Steam-curator index), and differentiates from sibling tools like search_creators and search_podcasts.

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 mentions 'for an agent marketing a game/product into a niche', implying a use case. However, it does not explicitly state when not to use this tool or compare it to alternatives like the creator or podcast search tools.

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

pitchiq_v1_discover_search_podcastsAInspect

Search PitchIQ's podcast directory (ListenNotes-indexed). Returns matching shows with title, host, listener tier (small/mid/large), category, and cover image. Useful for finding podcasts an agent should pitch the user onto.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNoFree-text search term (matches title + description).
categoryNoFilter by category (free-text; varies by source).
listener_tierNoFilter by audience size bucket. PitchIQ tiers shows as small / mid / large.
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It implies a read-only search operation (no mention of mutations), but it does not explicitly declare read-only behavior, rate limits, or side effects. The behavioral disclosure is minimal but acceptable for a simple search tool.

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: two sentences front-loaded with the core purpose and return details. No unnecessary words or repetition, making it easy to scan.

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?

With 4 parameters, no output schema, and no annotations, the description provides clear purpose and return fields. It lacks context about pagination (limit parameter default and behavior) but is otherwise adequate for a straightforward search tool.

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 75% coverage for parameter descriptions. The tool description adds no additional meaning beyond the schema for parameters; it only lists return fields. Since schema coverage is high, the baseline is 3, and the description does not improve parameter understanding.

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 explicitly states 'Search PitchIQ's podcast directory' with a specific verb (search) and resource (podcast directory). It lists return fields (title, host, listener tier, category, cover image) and distinguishes from sibling tools like search_creators and search_curators by focusing on podcasts.

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 says 'Useful for finding podcasts an agent should pitch the user onto,' providing clear context for when to use the tool. However, it does not explicitly contrast with alternatives or state when not to use it, which could strengthen guidance.

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
    Agent communication platform enabling meetings, messaging, helpdesk, CRM, and scheduling via CLI and MCP integration.
    31
    1
    Inno Setup
  • A
    license
    -
    quality
    B
    maintenance
    Provides 25 pay-per-call tools from agents.oromi.co.uk (business, property, verification, web, crypto) into MCP-capable models, with quote mode for browsing and paid mode using x402.
    65
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Integrates Volkern CRM with AI agents to manage leads, schedule appointments, and handle tasks through natural language. It enables users to interact with CRM data, send WhatsApp messages, and track interactions directly within MCP-compatible clients.
    40
    6
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources