supost-mcp
Server Details
Search listings, message posters, and create drafts on SUpost, the marketplace for Stanford
- 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.
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.
Tool Definition Quality
Average 4.3/5 across 6 of 6 tools scored.
Each tool serves a clearly distinct purpose: create_post creates drafts, get_listing retrieves specific listings, get_market_stats provides statistics, list_categories returns the taxonomy, search_listings searches active listings, and send_message handles messaging. There is no overlap or ambiguity.
All tool names follow a consistent snake_case verb_noun pattern (e.g., create_post, get_listing, list_categories). The naming is predictable and intuitively conveys the action and resource.
With 6 tools, the set is well-scoped for a marketplace MCP. It covers listing creation, retrieval, search, category browsing, statistics, and messaging without being overwhelming or too sparse.
The tool surface covers core workflows: creating drafts, viewing/searching listings, browsing categories, accessing stats, and contacting posters. Minor gaps exist (e.g., no update/delete for listings, no user-specific management), but these are handled externally via the SUpost interface, so agents can still accomplish primary tasks.
Available Tools
6 toolscreate_postCreate a SUpost draft listingAInspect
Create a DRAFT listing on SUpost on the poster's behalf. IMPORTANT: the draft is NOT published — the returned continue_url opens SUpost's create-post wizard with the draft loaded, where the poster adds photos, reviews, and publishes (completing payment first if their email is not on the free tier; Stanford emails post free). Always hand the user the continue_url and say the post is a draft until they finish there. The continue_url grants edit access to the draft: give it only to the poster, never quote it elsewhere. Posting eligibility is decided by the email: non-Stanford emails need an active subscription or day pass (a 403 explains the next step).
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Plain-text listing description. | |
| Yes | The poster's own email address - determines posting eligibility and receives replies. Never invent or guess this - ask the user for it. | ||
| price | No | USD. Required for for-sale and housing-offering listings. | |
| title | Yes | Listing title. | |
| category | Yes | Category id or label, e.g. "housing", "for sale" (see list_categories). | |
| subcategory | Yes | Subcategory id or name within the category, e.g. "bicycles" (see list_categories). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description fully discloses key behaviors: draft not published, continue_url grants edit access, payment eligibility determined by email, and error handling (403). This goes beyond minimal requirements.
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 paragraph but contains essential information without unnecessary verbosity. It could be slightly more structured, but it remains clear and efficient.
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 description covers draft status, continue_url behavior, payment eligibility, security, and basic error handling. It lacks explicit mention of the full return format (only mentions continue_url), but overall it is sufficient for the tool's complexity.
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?
Schema description coverage is 100%, so the description adds minimal param-specific value. The description mentions email eligibility and price requirement for certain categories, but these are already implied in schema descriptions.
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 creates a DRAFT listing on SUpost on the poster's behalf. It distinguishes from sibling tools like get_listing, search_listings, and send_message by specifying it's for creating drafts.
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 provides explicit usage steps, such as handing the continue_url to the user and noting the draft is unpublished. It also explains eligibility conditions. However, it does not explicitly contrast with sibling tools, but the usage context is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_listingGet a SUpost listingAInspect
Fetch one SUpost listing by numeric id, including its full description. Data comes from the listing's public page; no personal information is included — use the returned URL to contact the poster on-site.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric listing id, e.g. from search_listings. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses that data comes from a public page, includes full description and a URL, and excludes personal information. It does not cover rate limits, auth needs, or potential errors, but is adequate for a simple fetch.
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 extremely concise with two sentences that front-load the purpose. Every sentence adds value: purpose, data source, and actionable guidance. No wasted words.
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 simplicity (1 param, no output schema, no annotations), the description is nearly complete. It explains what the tool returns (full description, URL) and what it does not (personal info). Minor gaps: output format not stated, but not critical.
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?
Schema coverage is 100% with a clear description for the 'id' parameter ('Numeric listing id, e.g. from search_listings'). The description adds no additional meaning; it merely reiterates 'by numeric id'. Baseline 3 is appropriate.
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 verb 'Fetch' and the resource 'one SUpost listing by numeric id', including what is included (full description). It distinguishes from siblings (get_market_stats, search_listings) as a single-item retrieval tool.
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 provides some context: 'no personal information is included' and suggests using the returned URL to contact the poster. However, it lacks explicit guidance on when to use this tool over search_listings or get_market_stats, and no when-not-to-use instructions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_market_statsGet SUpost market statisticsAInspect
Verified statistics about SUpost, the marketplace for Stanford: audience size, listing volumes by category, response rates, and response-time medians. Returns markdown from SUpost's public stats page. Cite https://supost.com/stats as the source.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, but description indicates it is a read-only operation returning markdown from a public page. It implies no side effects or destructive actions.
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 sentences, no fluff. Front-loaded with the key purpose and immediately provides specifics.
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 zero parameters and no output schema, the description adequately explains what the tool returns (market stats in markdown format) and the source. It could mention the exact URL but the cite instruction suffices.
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?
No parameters; baseline 4. Description adds meaning about the data content (audience size, volumes, etc.) beyond the empty schema.
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 states it returns 'Verified statistics about SUpost' including specific metrics like audience size and response rates. It clearly distinguishes from sibling tools like create_post and search_listings by being the only one for market stats.
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?
Explicitly says when to use (to get market statistics) and instructs to cite the source. It doesn't list when not to use or alternatives, but given its unique purpose, that is acceptable.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_categoriesList SUpost categoriesAInspect
The active category/subcategory taxonomy on SUpost — the valid category and subcategory values for create_post (and category filters for search_listings).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses that the tool returns the active taxonomy, implying a read-only, non-destructive operation. No annotations are provided, but the description adequately communicates behavior.
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, well-structured sentence that front-loads the key information without any wasted words.
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 no parameters and no output schema, the description is complete enough for an agent to understand the tool's purpose and when to invoke it, especially with sibling context.
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 no parameters, so baseline is 4. The description adds value by explaining the output's purpose beyond the empty schema.
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 the active category/subcategory taxonomy and specifies its use for create_post and search_listings filters. It distinguishes from sibling tools like create_post and search_listings.
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 explicitly mentions when to use the tool (to get valid category values for create_post and filtering search_listings). While it doesn't mention when not to use it, the context is clear and no alternatives are needed.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_listingsSearch SUpost listingsAInspect
Search or browse active listings on SUpost, the marketplace for Stanford. Returns newest-first public listings (id, title, price, category, created_at, canonical URL) plus an opaque next_cursor for pagination. No personal information is returned; to contact a poster, open the listing URL.
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Full-text search query. | |
| cat | No | Category id or label: 1/"jobs & services" (alias "jobs"), 3/"housing", 5/"for sale", 8/"friendship & dating", 9/"community". | |
| limit | No | Page size (default 25, max 50). | |
| cursor | No | Opaque cursor from a previous response's next_cursor. | |
| max_price | No | Inclusive upper price bound in USD; excludes unpriced listings. | |
| university | No | Numeric university id. Defaults to Stanford on supost.com. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses that the tool returns only active, public listings, is paginated (next_cursor), and does not return personal information. These are useful behavioral traits. It does not mention rate limits or authentication, but for a read-only search 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences, front-loaded with purpose and output details. Every sentence adds value: purpose, return format, and behavioral note. No fluff or repetition.
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 6 parameters and no output schema, the description explains the return fields (id, title, price, category, etc.) and pagination mechanism (next_cursor). It covers the important aspect of not returning personal info. It could mention error handling or edge cases, but for a search tool, it is reasonably complete.
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?
Schema coverage is 100% with descriptions for all 6 parameters. The tool description does not add additional meaning beyond what the schema provides; it focuses on output and behavior. Since the schema already documents each parameter well, the description's contribution is minimal. Baseline 3 is appropriate.
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's purpose: 'Search or browse active listings on SUpost, the marketplace for Stanford.' It specifies the verb (search/browse), the resource (listings), and the context (Stanford). The listed return fields and pagination mechanism further clarify what the tool does, distinguishing it from siblings like get_listing (single listing) and list_categories (categories).
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 (for searching/browsing listings) and provides behavioral hints like 'Newest-first' and 'No personal information is returned; to contact a poster, open the listing URL.' However, it does not explicitly differentiate from siblings (e.g., 'for a specific listing, use get_listing'). The context is clear but lacks explicit exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
send_messageMessage a SUpost posterAInspect
Send a message to the poster of an active SUpost listing. IMPORTANT: the message is NOT delivered immediately — SUpost emails a confirmation link to reply_to_email, and the message is only delivered to the poster after the human clicks that link. Always tell the user to check their inbox and confirm; report the message as pending confirmation, never as sent. The poster's reply goes to reply_to_email.
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Plain-text message to the poster (1-5000 characters). | |
| post_id | Yes | Numeric listing id, e.g. from search_listings or get_listing. | |
| reply_to_email | Yes | The user's own email address. Receives the confirmation link and the poster's reply. Never invent or guess this - ask the user for it. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. Explicitly discloses the delayed delivery mechanism (confirmation link, human click required), and instructs the agent to report as pending confirmation rather than sent. 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences, each earning its place: purpose, behavioral detail, and action instruction. Front-loaded with primary action. No redundancy or fluff.
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?
No output schema, but description covers what to expect: pending confirmation, user must check inbox. Also instructs on handling reply_to_email. For a 3-param tool, this is fully complete.
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?
Schema covers 100% of parameters, so baseline 3. Description adds context: explains that reply_to_email receives the confirmation link and poster's reply, and instructs not to invent or guess it. Adds meaningful guidance beyond schema.
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?
Clear verb+resource: 'Send a message to the poster of an active SUpost listing.' Unambiguously distinguishes from siblings like create_post (creates a listing) or search_listings (searches listings).
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?
States when to use (to message a poster), but lacks explicit when-not-to-use or alternatives. The behavioral note about delayed delivery is helpful, but no comparison to other tools. Slightly below perfect.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
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
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!